Html Css Color HEX #B86400 Tenne (Tawny)

📋 copy color: '#B86400'

red 184 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #B86400

Tints of Tenne (Tawny) #B86400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

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

R = 64.79%
G = 35.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B86400 (or 0xB86400) is known color: Tenne (Tawny). HEX triplet: B8, 64 and 00. RGB value is (184,100,0). Sum of RGB (Red+Green+Blue) = 184+100+0=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B86400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86400 is #479BFF. Grayscale: #727272. Windows color (decimal): -4692992 or 25784. OLE color: 25784.

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

Color convert

RGB 184 100 0 -
CMYK 0 0.46 1 0.28
HSL 32.61º 1% 0.36% -
HSV(B) 32.61º 1% 0.72% -
XYZ 24.32 19.3 2.44 -
YUV 113.72 63.83 178.13 -
System Red Green Blue C M Y K H S L
Decimal 184 100 0 0 0.46 1 0.28 32.61 1 0.36
Hex B8 64 0 0 2E 64 1C 21 64 24
Octal 270 144 0 0 56 144 34 41 144 44
Binary 10111000 1100100 0 0 101110 1100100 11100 100001 1100100 100100

Color Harmonies of #B86400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86400

Black with #B86400

Text Example


Text Example

White with #B86400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86400; }

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

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

background-color css

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

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

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

border-color css

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

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

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