#B76925

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

Shades of Christine #B76925

Tints of Christine #B76925

Color information

#B76925 (or 0xB76925) is unknown color: approx Christine. HEX triplet: B7, 69 and 25. RGB value is (183,105,37). Sum of RGB (Red+Green+Blue) = 183+105+37=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B76925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76925 is #4896DA. Grayscale: #787878. Windows color (decimal): -4757211 or 2451895. OLE color: 2451895.

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

Color convert

RGB18310537-
CMYK00.430.800.28
HSL27.95º66.36%43.14%-
HSV(B)27.95º79.78%71.76%-
XYZ24.9120.34.36-
YUV120.5780.84172.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 37 (14.84% from 255) = 11.38%
R=56.31%
G=32.31%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831053700.430.800.2827.9566.3643.14
HexB7692502B501C1c422b
Octal26715145053120343410253
Binary1011011111010011001010101011101000011100111001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76925; }

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

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

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

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

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

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

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

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