#B76727

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

Shades of Christine #B76727

Tints of Christine #B76727

Color information

#B76727 (or 0xB76727) is unknown color: approx Christine. HEX triplet: B7, 67 and 27. RGB value is (183,103,39). Sum of RGB (Red+Green+Blue) = 183+103+39=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B76727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76727 is #4898D8. Grayscale: #777777. Windows color (decimal): -4757721 or 2582455. OLE color: 2582455.

HSL color Cylindrical-coordinate representation of color #B76727: hue angle of 26.67º 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 #B76727 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18310339-
CMYK00.440.790.28
HSL26.67º64.86%43.53%-
HSV(B)26.67º78.69%71.76%-
XYZ24.7419.914.46-
YUV119.6282.5173.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 39 (15.62% from 255) = 12%
R=56.31%
G=31.69%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831033900.440.790.2826.6764.8643.53
HexB7672702C4F1C1b412c
Octal26714747054117343310154
Binary1011011111001111001110101100100111111100110111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76727; }

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

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

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

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

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

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

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

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