Html Css Color HEX #B86101 Tenne (Tawny)

📋 copy color: '#B86101'

red 184 ◦ green 97 ◦ blue 1

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

Shades of Tenne (Tawny) #B86101

Tints of Tenne (Tawny) #B86101

RGB

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

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

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

R = 65.25%
G = 34.4%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B86101 (or 0xB86101) is known color: Tenne (Tawny). HEX triplet: B8, 61 and 01. RGB value is (184,97,1). Sum of RGB (Red+Green+Blue) = 184+97+1=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B86101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86101 is #479EFE. Grayscale: #707070. Windows color (decimal): -4693759 or 90552. OLE color: 90552.

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

Color convert

RGB 184 97 1 -
CMYK 0 0.47 0.99 0.28
HSL 31.48º 0.99% 0.36% -
HSV(B) 31.48º 0.99% 0.72% -
XYZ 24.05 18.74 2.38 -
YUV 112.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 184 97 1 0 0.47 0.99 0.28 31.48 0.99 0.36
Hex B8 61 1 0 2F 63 1C 1F 63 24
Octal 270 141 1 0 57 143 34 37 143 44
Binary 10111000 1100001 1 0 101111 1100011 11100 11111 1100011 100100

Color Harmonies of #B86101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86101

Black with #B86101

Text Example


Text Example

White with #B86101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86101; }

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

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

background-color css

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

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

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

border-color css

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

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

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