Html Css Color HEX #B86008 Tenne (Tawny)

📋 copy color: '#B86008'

red 184 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #B86008

Tints of Tenne (Tawny) #B86008

RGB

 RED value IS 184 (72.27% from 255) = 63.89%

 GREEN value IS 96 (37.89% from 255) = 33.33%

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 63.89%
G = 33.33%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B86008 (or 0xB86008) is known color: Tenne (Tawny). HEX triplet: B8, 60 and 08. RGB value is (184,96,8). Sum of RGB (Red+Green+Blue) = 184+96+8=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B86008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86008 is #479FF7. Grayscale: #707070. Windows color (decimal): -4694008 or 549048. OLE color: 549048.

HSL color Cylindrical-coordinate representation of color #B86008: hue angle of 30º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B86008 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 96 8 -
CMYK 0 0.48 0.96 0.28
HSL 30º 0.92% 0.38% -
HSV(B) 30º 0.96% 0.72% -
XYZ 23.99 18.57 2.55 -
YUV 112.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 184 96 8 0 0.48 0.96 0.28 30 0.92 0.38
Hex B8 60 8 0 30 60 1C 1E 5C 26
Octal 270 140 10 0 60 140 34 36 134 46
Binary 10111000 1100000 1000 0 110000 1100000 11100 11110 1011100 100110

Color Harmonies of #B86008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86008

Black with #B86008

Text Example


Text Example

White with #B86008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86008; }

 p { color: rgb(184,96,8); }

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

background-color css

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

 a { background-color: rgb(184,96,8); }

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

border-color css

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

 span { border-color: rgb(184,96,8); }

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