Html Css Color HEX #B96B10 Ochre

📋 copy color: '#B96B10'

red 185 ◦ green 107 ◦ blue 16

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

Shades of Ochre #B96B10

Tints of Ochre #B96B10

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.74%

 BLUE value IS 16 (6.64% from 255) = 5.19%

R = 60.06%
G = 34.74%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B96B10 (or 0xB96B10) is known color: Ochre. HEX triplet: B9, 6B and 10. RGB value is (185,107,16). Sum of RGB (Red+Green+Blue) = 185+107+16=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96B10 is #4694EF. Grayscale: #787878. Windows color (decimal): -4625648 or 1076153. OLE color: 1076153.

HSL color Cylindrical-coordinate representation of color #B96B10: hue angle of 32.31º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B96B10 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 107 16 -
CMYK 0 0.42 0.91 0.27
HSL 32.31º 0.84% 0.39% -
HSV(B) 32.31º 0.91% 0.73% -
XYZ 25.36 20.87 3.18 -
YUV 119.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 185 107 16 0 0.42 0.91 0.27 32.31 0.84 0.39
Hex B9 6B 10 0 2A 5B 1B 20 54 27
Octal 271 153 20 0 52 133 33 40 124 47
Binary 10111001 1101011 10000 0 101010 1011011 11011 100000 1010100 100111

Color Harmonies of #B96B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B10

Black with #B96B10

Text Example


Text Example

White with #B96B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B10; }

 p { color: rgb(185,107,16); }

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

background-color css

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

 a { background-color: rgb(185,107,16); }

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

border-color css

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

 span { border-color: rgb(185,107,16); }

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