Html Css Color HEX #B96625 Christine

📋 copy color: '#B96625'

red 185 ◦ green 102 ◦ blue 37

#B96625
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #B96625

Tints of Christine #B96625

RGB

 RED value IS 185 (72.66% from 255) = 57.1%

 GREEN value IS 102 (40.23% from 255) = 31.48%

 BLUE value IS 37 (14.84% from 255) = 11.42%

R = 57.1%
G = 31.48%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B96625 (or 0xB96625) is known color: Christine. HEX triplet: B9, 66 and 25. RGB value is (185,102,37). Sum of RGB (Red+Green+Blue) = 185+102+37=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B96625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96625 is #4699DA. Grayscale: #777777. Windows color (decimal): -4626907 or 2451129. OLE color: 2451129.

HSL color Cylindrical-coordinate representation of color #B96625: hue angle of 26.35º 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 #B96625 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 37 -
CMYK 0 0.45 0.80 0.27
HSL 26.35º 0.67% 0.44% -
HSV(B) 26.35º 0.8% 0.73% -
XYZ 25.09 19.95 4.28 -
YUV 119.41 81.5 174.79 -
System Red Green Blue C M Y K H S L
Decimal 185 102 37 0 0.45 0.80 0.27 26.35 0.67 0.44
Hex B9 66 25 0 2D 50 1B 1A 43 2C
Octal 271 146 45 0 55 120 33 32 103 54
Binary 10111001 1100110 100101 0 101101 1010000 11011 11010 1000011 101100

Color Harmonies of #B96625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96625

Black with #B96625

Text Example


Text Example

White with #B96625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96625; }

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

 H1.HeaderClassName
 {
   color: #B96625;
 }
 .AnyTagClassName
 {
   color: #B96625;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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