#B76928

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

Shades of Christine #B76928

Tints of Christine #B76928

Color information

#B76928 (or 0xB76928) is unknown color: approx Christine. HEX triplet: B7, 69 and 28. RGB value is (183,105,40). Sum of RGB (Red+Green+Blue) = 183+105+40=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B76928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76928 is #4896D7. Grayscale: #797979. Windows color (decimal): -4757208 or 2648503. OLE color: 2648503.

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

Color convert

RGB18310540-
CMYK00.430.780.28
HSL27.27º64.13%43.73%-
HSV(B)27.27º78.14%71.76%-
XYZ24.9620.324.61-
YUV120.9182.34172.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 40 (16.02% from 255) = 12.20%
R=55.79%
G=32.01%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831054000.430.780.2827.2764.1343.73
HexB7692802B4E1C1b402c
Octal26715150053116343310054
Binary1011011111010011010000101011100111011100110111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76928; }

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

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

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

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

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

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

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

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