#B96910

Color #B96910 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #B96910

Tints of Ochre #B96910

Color information

#B96910 (or 0xB96910) is unknown color: approx Ochre. HEX triplet: B9, 69 and 10. RGB value is (185,105,16). Sum of RGB (Red+Green+Blue) = 185+105+16=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B96910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96910 is #4696EF. Grayscale: #777777. Windows color (decimal): -4626160 or 1075641. OLE color: 1075641.

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

Color convert

RGB18510516-
CMYK00.430.910.27
HSL31.6º84.08%39.41%-
HSV(B)31.6º91.35%72.55%-
XYZ25.1520.453.11-
YUV118.7770175.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.46%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 16 (6.64% from 255) = 5.23%
R=60.46%
G=34.31%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851051600.430.910.2731.684.0839.41
HexB9691002B5B1B205427
Octal27115120053133334012447
Binary1011100111010011000001010111011011110111000001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96910; }

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

 H1.HeaderClassName
 {
   color: #B96910;
 }
 .AnyTagClassName
 {
   color: #B96910;
 }
</style>
background-color css

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

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

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

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

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

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