Html Css Color HEX #B86601 Tenne (Tawny)

📋 copy color: '#B86601'

red 184 ◦ green 102 ◦ blue 1

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

Shades of Tenne (Tawny) #B86601

Tints of Tenne (Tawny) #B86601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 64.11%
G = 35.54%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B86601 (or 0xB86601) is known color: Tenne (Tawny). HEX triplet: B8, 66 and 01. RGB value is (184,102,1). Sum of RGB (Red+Green+Blue) = 184+102+1=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B86601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86601 is #4799FE. Grayscale: #737373. Windows color (decimal): -4692479 or 91832. OLE color: 91832.

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

Color convert

RGB 184 102 1 -
CMYK 0 0.45 0.99 0.28
HSL 33.11º 0.99% 0.36% -
HSV(B) 33.11º 0.99% 0.72% -
XYZ 24.52 19.7 2.54 -
YUV 115 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 184 102 1 0 0.45 0.99 0.28 33.11 0.99 0.36
Hex B8 66 1 0 2D 63 1C 21 63 24
Octal 270 146 1 0 55 143 34 41 143 44
Binary 10111000 1100110 1 0 101101 1100011 11100 100001 1100011 100100

Color Harmonies of #B86601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86601

Black with #B86601

Text Example


Text Example

White with #B86601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86601; }

 p { color: rgb(184,102,1); }

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

background-color css

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

 a { background-color: rgb(184,102,1); }

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

border-color css

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

 span { border-color: rgb(184,102,1); }

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