#B95E25

Color #B95E25 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #B95E25

Tints of Christine #B95E25

Color information

#B95E25 (or 0xB95E25) is unknown color: approx Christine. HEX triplet: B9, 5E and 25. RGB value is (185,94,37). Sum of RGB (Red+Green+Blue) = 185+94+37=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E25 is #46A1DA. Grayscale: #737373. Windows color (decimal): -4628955 or 2449081. OLE color: 2449081.

HSL color Cylindrical-coordinate representation of color #B95E25: hue angle of 23.11º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B95E25 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1859437-
CMYK00.490.800.27
HSL23.11º66.67%43.53%-
HSV(B)23.11º80%72.55%-
XYZ24.3418.454.03-
YUV114.7184.15178.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 58.54%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 37 (14.84% from 255) = 11.71%
R=58.54%
G=29.75%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185943700.490.800.2723.1166.6743.53
HexB95E25031501B17432c
Octal27113645061120332710354
Binary1011100110111101001010110001101000011011101111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E25; }

 p { color: rgb(185,94,37); }

 H1.HeaderClassName
 {
   color: #B95E25;
 }
 .AnyTagClassName
 {
   color: #B95E25;
 }
</style>
background-color css

<style>
 a { background-color: #B95E25; }

 a { background-color: rgb(185,94,37); }

 div.DivClassName
 {
   background-color: #B95E25;
 }
 .BgClassName
 {
   background-color: #B95E25;
 }
</style>
border-color css

<style>
 span { border-color: #B95E25; }

 span { border-color: rgb(185,94,37); }

 td.TdClassName
 {
   border-color: #B95E25;
 }
 .TagClassName
 {
   border-color: #B95E25;
 }
</style>