Html Css Color HEX #B86200 Tenne (Tawny)

📋 copy color: '#B86200'

red 184 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #B86200

Tints of Tenne (Tawny) #B86200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

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

R = 65.25%
G = 34.75%
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

#B86200 (or 0xB86200) is known color: Tenne (Tawny). HEX triplet: B8, 62 and 00. RGB value is (184,98,0). Sum of RGB (Red+Green+Blue) = 184+98+0=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B86200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86200 is #479DFF. Grayscale: #717171. Windows color (decimal): -4693504 or 25272. OLE color: 25272.

HSL color Cylindrical-coordinate representation of color #B86200: hue angle of 31.96º 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 #B86200 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 98 0 -
CMYK 0 0.47 1 0.28
HSL 31.96º 1% 0.36% -
HSV(B) 31.96º 1% 0.72% -
XYZ 24.13 18.93 2.38 -
YUV 112.54 64.49 178.97 -
System Red Green Blue C M Y K H S L
Decimal 184 98 0 0 0.47 1 0.28 31.96 1 0.36
Hex B8 62 0 0 2F 64 1C 20 64 24
Octal 270 142 0 0 57 144 34 40 144 44
Binary 10111000 1100010 0 0 101111 1100100 11100 100000 1100100 100100

Color Harmonies of #B86200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86200

Black with #B86200

Text Example


Text Example

White with #B86200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86200; }

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

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

background-color css

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

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

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

border-color css

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

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

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