#B95D26

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

Shades of Christine #B95D26

Tints of Christine #B95D26

Color information

#B95D26 (or 0xB95D26) is unknown color: approx Christine. HEX triplet: B9, 5D and 26. RGB value is (185,93,38). Sum of RGB (Red+Green+Blue) = 185+93+38=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95D26 is #46A2D9. Grayscale: #727272. Windows color (decimal): -4629210 or 2514361. OLE color: 2514361.

HSL color Cylindrical-coordinate representation of color #B95D26: hue angle of 22.45º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B95D26 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1859338-
CMYK00.500.790.27
HSL22.45º65.92%43.73%-
HSV(B)22.45º79.46%72.55%-
XYZ24.2718.284.08-
YUV114.2484.98178.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.54%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 38 (15.23% from 255) = 12.03%
R=58.54%
G=29.43%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185933800.500.790.2722.4565.9243.73
HexB95D260324F1B16422c
Octal27113546062117332610254
Binary1011100110111011001100110010100111111011101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D26; }

 p { color: rgb(185,93,38); }

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

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

 a { background-color: rgb(185,93,38); }

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

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

 span { border-color: rgb(185,93,38); }

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