Html Css Color HEX #B96525 Christine

📋 copy color: '#B96525'

red 185 ◦ green 101 ◦ blue 37

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

Shades of Christine #B96525

Tints of Christine #B96525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

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

R = 57.28%
G = 31.27%
B = 11.46%

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

#B96525 (or 0xB96525) is known color: Christine. HEX triplet: B9, 65 and 25. RGB value is (185,101,37). Sum of RGB (Red+Green+Blue) = 185+101+37=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B96525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96525 is #469ADA. Grayscale: #777777. Windows color (decimal): -4627163 or 2450873. OLE color: 2450873.

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

Color convert

RGB 185 101 37 -
CMYK 0 0.45 0.80 0.27
HSL 25.95º 0.67% 0.44% -
HSV(B) 25.95º 0.8% 0.73% -
XYZ 25 19.76 4.25 -
YUV 118.82 81.83 175.2 -
System Red Green Blue C M Y K H S L
Decimal 185 101 37 0 0.45 0.80 0.27 25.95 0.67 0.44
Hex B9 65 25 0 2D 50 1B 1A 43 2C
Octal 271 145 45 0 55 120 33 32 103 54
Binary 10111001 1100101 100101 0 101101 1010000 11011 11010 1000011 101100

Color Harmonies of #B96525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96525

Black with #B96525

Text Example


Text Example

White with #B96525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96525; }

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

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

background-color css

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

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

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

border-color css

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

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

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