Html Css Color HEX #B96A0E Ochre

📋 copy color: '#B96A0E'

red 185 ◦ green 106 ◦ blue 14

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

Shades of Ochre #B96A0E

Tints of Ochre #B96A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 60.66%
G = 34.75%
B = 4.59%

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

#B96A0E (or 0xB96A0E) is known color: Ochre. HEX triplet: B9, 6A and 0E. RGB value is (185,106,14). Sum of RGB (Red+Green+Blue) = 185+106+14=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A0E is #4695F1. Grayscale: #777777. Windows color (decimal): -4625906 or 944825. OLE color: 944825.

HSL color Cylindrical-coordinate representation of color #B96A0E: hue angle of 32.28º degrees, saturation: 0.86, 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 #B96A0E is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 106 14 -
CMYK 0 0.43 0.92 0.27
HSL 32.28º 0.86% 0.39% -
HSV(B) 32.28º 0.92% 0.73% -
XYZ 25.24 20.65 3.07 -
YUV 119.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 185 106 14 0 0.43 0.92 0.27 32.28 0.86 0.39
Hex B9 6A E 0 2B 5C 1B 20 56 27
Octal 271 152 16 0 53 134 33 40 126 47
Binary 10111001 1101010 1110 0 101011 1011100 11011 100000 1010110 100111

Color Harmonies of #B96A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A0E

Black with #B96A0E

Text Example


Text Example

White with #B96A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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