#B9612A

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

Shades of Christine #B9612A

Tints of Christine #B9612A

Color information

#B9612A (or 0xB9612A) is unknown color: approx Christine. HEX triplet: B9, 61 and 2A. RGB value is (185,97,42). Sum of RGB (Red+Green+Blue) = 185+97+42=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B9612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9612A is #469ED5. Grayscale: #757575. Windows color (decimal): -4628182 or 2777529. OLE color: 2777529.

HSL color Cylindrical-coordinate representation of color #B9612A: hue angle of 23.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9612A is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1859742-
CMYK00.480.770.27
HSL23.08º63%44.51%-
HSV(B)23.08º77.3%72.55%-
XYZ24.719.034.56-
YUV117.0485.65176.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 42 (16.80% from 255) = 12.96%
R=57.10%
G=29.94%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185974200.480.770.2723.086344.51
HexB9612A0304D1B173f2d
Octal2711415206011533277755
Binary101110011100001101010011000010011011101110111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9612A; }

 p { color: rgb(185,97,42); }

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

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

 a { background-color: rgb(185,97,42); }

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

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

 span { border-color: rgb(185,97,42); }

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