Html Css Color HEX #B86500 Tenne (Tawny)

📋 copy color: '#B86500'

red 184 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #B86500

Tints of Tenne (Tawny) #B86500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

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

R = 64.56%
G = 35.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B86500 (or 0xB86500) is known color: Tenne (Tawny). HEX triplet: B8, 65 and 00. RGB value is (184,101,0). Sum of RGB (Red+Green+Blue) = 184+101+0=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B86500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86500 is #479AFF. Grayscale: #727272. Windows color (decimal): -4692736 or 26040. OLE color: 26040.

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

Color convert

RGB 184 101 0 -
CMYK 0 0.45 1 0.28
HSL 32.93º 1% 0.36% -
HSV(B) 32.93º 1% 0.72% -
XYZ 24.42 19.5 2.48 -
YUV 114.3 63.5 177.71 -
System Red Green Blue C M Y K H S L
Decimal 184 101 0 0 0.45 1 0.28 32.93 1 0.36
Hex B8 65 0 0 2D 64 1C 21 64 24
Octal 270 145 0 0 55 144 34 41 144 44
Binary 10111000 1100101 0 0 101101 1100100 11100 100001 1100100 100100

Color Harmonies of #B86500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86500

Black with #B86500

Text Example


Text Example

White with #B86500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86500; }

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

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

background-color css

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

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

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

border-color css

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

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

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