#B76927

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

Shades of Christine #B76927

Tints of Christine #B76927

Color information

#B76927 (or 0xB76927) is unknown color: approx Christine. HEX triplet: B7, 69 and 27. RGB value is (183,105,39). Sum of RGB (Red+Green+Blue) = 183+105+39=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B76927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76927 is #4896D8. Grayscale: #797979. Windows color (decimal): -4757209 or 2582967. OLE color: 2582967.

HSL color Cylindrical-coordinate representation of color #B76927: hue angle of 27.5º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B76927 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18310539-
CMYK00.430.790.28
HSL27.5º64.86%43.53%-
HSV(B)27.5º78.69%71.76%-
XYZ24.9520.324.53-
YUV120.881.84172.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=55.96%
G=32.11%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831053900.430.790.2827.564.8643.53
HexB7692702B4F1C1c412c
Octal26715147053117343410154
Binary1011011111010011001110101011100111111100111001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76927; }

 p { color: rgb(183,105,39); }

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

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

 a { background-color: rgb(183,105,39); }

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

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

 span { border-color: rgb(183,105,39); }

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