Html Css Color HEX #B96028 Christine

📋 copy color: '#B96028'

red 185 ◦ green 96 ◦ blue 40

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

Shades of Christine #B96028

Tints of Christine #B96028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 57.63%
G = 29.91%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B96028 (or 0xB96028) is known color: Christine. HEX triplet: B9, 60 and 28. RGB value is (185,96,40). Sum of RGB (Red+Green+Blue) = 185+96+40=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B96028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96028 is #469FD7. Grayscale: #747474. Windows color (decimal): -4628440 or 2646201. OLE color: 2646201.

HSL color Cylindrical-coordinate representation of color #B96028: hue angle of 23.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B96028 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 40 -
CMYK 0 0.48 0.78 0.27
HSL 23.17º 0.64% 0.44% -
HSV(B) 23.17º 0.78% 0.73% -
XYZ 24.57 18.83 4.35 -
YUV 116.23 84.99 177.05 -
System Red Green Blue C M Y K H S L
Decimal 185 96 40 0 0.48 0.78 0.27 23.17 0.64 0.44
Hex B9 60 28 0 30 4E 1B 17 40 2C
Octal 271 140 50 0 60 116 33 27 100 54
Binary 10111001 1100000 101000 0 110000 1001110 11011 10111 1000000 101100

Color Harmonies of #B96028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96028

Black with #B96028

Text Example


Text Example

White with #B96028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96028; }

 p { color: rgb(185,96,40); }

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

background-color css

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

 a { background-color: rgb(185,96,40); }

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

border-color css

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

 span { border-color: rgb(185,96,40); }

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