#b76430

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

Shades of Christine #B76430

Tints of Christine #B76430

Color information

#B76430 (or 0xB76430) is unknown color: approx Christine. HEX triplet: B7, 64 and 30. RGB value is (183,100,48). Sum of RGB (Red+Green+Blue) = 183+100+48=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B76430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76430 is #489BCF. Grayscale: #777777. Windows color (decimal): -4758480 or 3171511. OLE color: 3171511.

HSL color Cylindrical-coordinate representation of color #B76430: hue angle of 23.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B76430 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18310048-
CMYK00.450.740.28
HSL23.11º58.44%45.29%-
HSV(B)23.11º73.77%71.76%-
XYZ24.6219.45.24-
YUV118.8988173.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 48 (19.14% from 255) = 14.50%
R=55.29%
G=30.21%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831004800.450.740.2823.1158.4445.29
HexB7643002D4A1C173a2d
Octal2671446005511234277255
Binary101101111100100110000010110110010101110010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76430; }

 p { color: rgb(183,100,48); }

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

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

 a { background-color: rgb(183,100,48); }

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

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

 span { border-color: rgb(183,100,48); }

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