#B9641E

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

Shades of Christine #B9641E

Tints of Christine #B9641E

Color information

#B9641E (or 0xB9641E) is unknown color: approx Christine. HEX triplet: B9, 64 and 1E. RGB value is (185,100,30). Sum of RGB (Red+Green+Blue) = 185+100+30=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9641E is #469BE1. Grayscale: #757575. Windows color (decimal): -4627426 or 1991865. OLE color: 1991865.

HSL color Cylindrical-coordinate representation of color #B9641E: hue angle of 27.1º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9641E is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB18510030-
CMYK00.460.840.27
HSL27.1º72.09%42.16%-
HSV(B)27.1º83.78%72.55%-
XYZ24.819.523.69-
YUV117.4378.66176.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.73%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 30 (12.11% from 255) = 9.52%
R=58.73%
G=31.75%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851003000.460.840.2727.172.0942.16
HexB9641E02E541B1b482a
Octal27114436056124333311052
Binary101110011100100111100101110101010011011110111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9641E; }

 p { color: rgb(185,100,30); }

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

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

 a { background-color: rgb(185,100,30); }

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

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

 span { border-color: rgb(185,100,30); }

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