#b96925

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

Shades of Christine #B96925

Tints of Christine #B96925

Color information

#B96925 (or 0xB96925) is unknown color: approx Christine. HEX triplet: B9, 69 and 25. RGB value is (185,105,37). Sum of RGB (Red+Green+Blue) = 185+105+37=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B96925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96925 is #4696DA. Grayscale: #797979. Windows color (decimal): -4626139 or 2451897. OLE color: 2451897.

HSL color Cylindrical-coordinate representation of color #B96925: hue angle of 27.57º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B96925 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18510537-
CMYK00.430.800.27
HSL27.57º66.67%43.53%-
HSV(B)27.57º80%72.55%-
XYZ25.3920.554.38-
YUV121.1780.5173.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 37 (14.84% from 255) = 11.31%
R=56.57%
G=32.11%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851053700.430.800.2727.5766.6743.53
HexB9692502B501B1c432c
Octal27115145053120333410354
Binary1011100111010011001010101011101000011011111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96925; }

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

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

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

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

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

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

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

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