Html Css Color HEX #B96A00 Tenne (Tawny)

📋 copy color: '#B96A00'

red 185 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #B96A00

Tints of Tenne (Tawny) #B96A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.57%
G = 36.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B96A00 (or 0xB96A00) is known color: Tenne (Tawny). HEX triplet: B9, 6A and 00. RGB value is (185,106,0). Sum of RGB (Red+Green+Blue) = 185+106+0=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A00 is #4695FF. Grayscale: #767676. Windows color (decimal): -4625920 or 27321. OLE color: 27321.

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

Color convert

RGB 185 106 0 -
CMYK 0 0.43 1 0.27
HSL 34.38º 1% 0.36% -
HSV(B) 34.38º 1% 0.73% -
XYZ 25.16 20.62 2.65 -
YUV 117.54 61.67 176.12 -
System Red Green Blue C M Y K H S L
Decimal 185 106 0 0 0.43 1 0.27 34.38 1 0.36
Hex B9 6A 0 0 2B 64 1B 22 64 24
Octal 271 152 0 0 53 144 33 42 144 44
Binary 10111001 1101010 0 0 101011 1100100 11011 100010 1100100 100100

Color Harmonies of #B96A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A00

Black with #B96A00

Text Example


Text Example

White with #B96A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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