Html Css Color HEX #B86007 Tenne (Tawny)

📋 copy color: '#B86007'

red 184 ◦ green 96 ◦ blue 7

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

Shades of Tenne (Tawny) #B86007

Tints of Tenne (Tawny) #B86007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.44%

R = 64.11%
G = 33.45%
B = 2.44%

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

#B86007 (or 0xB86007) is known color: Tenne (Tawny). HEX triplet: B8, 60 and 07. RGB value is (184,96,7). Sum of RGB (Red+Green+Blue) = 184+96+7=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B86007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86007 is #479FF8. Grayscale: #707070. Windows color (decimal): -4694009 or 483512. OLE color: 483512.

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

Color convert

RGB 184 96 7 -
CMYK 0 0.48 0.96 0.28
HSL 30.17º 0.93% 0.37% -
HSV(B) 30.17º 0.96% 0.72% -
XYZ 23.99 18.57 2.52 -
YUV 112.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 184 96 7 0 0.48 0.96 0.28 30.17 0.93 0.37
Hex B8 60 7 0 30 60 1C 1E 5D 25
Octal 270 140 7 0 60 140 34 36 135 45
Binary 10111000 1100000 111 0 110000 1100000 11100 11110 1011101 100101

Color Harmonies of #B86007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86007

Black with #B86007

Text Example


Text Example

White with #B86007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86007; }

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

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

background-color css

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

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

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

border-color css

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

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

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