#B9602A

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

Shades of Christine #B9602A

Tints of Christine #B9602A

Color information

#B9602A (or 0xB9602A) is unknown color: approx Christine. HEX triplet: B9, 60 and 2A. RGB value is (185,96,42). Sum of RGB (Red+Green+Blue) = 185+96+42=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B9602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9602A is #469FD5. Grayscale: #747474. Windows color (decimal): -4628438 or 2777273. OLE color: 2777273.

HSL color Cylindrical-coordinate representation of color #B9602A: hue angle of 22.66º 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 #B9602A is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1859642-
CMYK00.480.770.27
HSL22.66º63%44.51%-
HSV(B)22.66º77.3%72.55%-
XYZ24.6118.854.53-
YUV116.4685.99176.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.28%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 42 (16.80% from 255) = 13.00%
R=57.28%
G=29.72%
B=13.00%

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
Decimal185964200.480.770.2722.666344.51
HexB9602A0304D1B173f2d
Octal2711405206011533277755
Binary101110011100000101010011000010011011101110111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9602A; }

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

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

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

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

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

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

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

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