Html Css Color HEX #B96A0F Ochre

📋 copy color: '#B96A0F'

red 185 ◦ green 106 ◦ blue 15

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

Shades of Ochre #B96A0F

Tints of Ochre #B96A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.64%

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 60.46%
G = 34.64%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B96A0F (or 0xB96A0F) is known color: Ochre. HEX triplet: B9, 6A and 0F. RGB value is (185,106,15). Sum of RGB (Red+Green+Blue) = 185+106+15=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A0F is #4695F0. Grayscale: #777777. Windows color (decimal): -4625905 or 1010361. OLE color: 1010361.

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

Color convert

RGB 185 106 15 -
CMYK 0 0.43 0.92 0.27
HSL 32.12º 0.85% 0.39% -
HSV(B) 32.12º 0.92% 0.73% -
XYZ 25.25 20.66 3.11 -
YUV 119.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 185 106 15 0 0.43 0.92 0.27 32.12 0.85 0.39
Hex B9 6A F 0 2B 5C 1B 20 55 27
Octal 271 152 17 0 53 134 33 40 125 47
Binary 10111001 1101010 1111 0 101011 1011100 11011 100000 1010101 100111

Color Harmonies of #B96A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A0F

Black with #B96A0F

Text Example


Text Example

White with #B96A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A0F; }

 p { color: rgb(185,106,15); }

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

background-color css

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

 a { background-color: rgb(185,106,15); }

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

border-color css

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

 span { border-color: rgb(185,106,15); }

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