Html Css Color HEX #B86100 Tenne (Tawny)

📋 copy color: '#B86100'

red 184 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #B86100

Tints of Tenne (Tawny) #B86100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

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

R = 65.48%
G = 34.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B86100 (or 0xB86100) is known color: Tenne (Tawny). HEX triplet: B8, 61 and 00. RGB value is (184,97,0). Sum of RGB (Red+Green+Blue) = 184+97+0=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B86100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86100 is #479EFF. Grayscale: #707070. Windows color (decimal): -4693760 or 25016. OLE color: 25016.

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

Color convert

RGB 184 97 0 -
CMYK 0 0.47 1 0.28
HSL 31.63º 1% 0.36% -
HSV(B) 31.63º 1% 0.72% -
XYZ 24.04 18.74 2.35 -
YUV 111.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 184 97 0 0 0.47 1 0.28 31.63 1 0.36
Hex B8 61 0 0 2F 64 1C 20 64 24
Octal 270 141 0 0 57 144 34 40 144 44
Binary 10111000 1100001 0 0 101111 1100100 11100 100000 1100100 100100

Color Harmonies of #B86100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86100

Black with #B86100

Text Example


Text Example

White with #B86100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86100; }

 p { color: rgb(184,97,0); }

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

background-color css

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

 a { background-color: rgb(184,97,0); }

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

border-color css

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

 span { border-color: rgb(184,97,0); }

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