Html Css Color HEX #B85101 Tenne (Tawny)

📋 copy color: '#B85101'

red 184 ◦ green 81 ◦ blue 1

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

Shades of Tenne (Tawny) #B85101

Tints of Tenne (Tawny) #B85101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

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

R = 69.17%
G = 30.45%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B85101 (or 0xB85101) is known color: Tenne (Tawny). HEX triplet: B8, 51 and 01. RGB value is (184,81,1). Sum of RGB (Red+Green+Blue) = 184+81+1=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B85101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85101 is #47AEFE. Grayscale: #676767. Windows color (decimal): -4697855 or 86456. OLE color: 86456.

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

Color convert

RGB 184 81 1 -
CMYK 0 0.56 0.99 0.28
HSL 26.23º 0.99% 0.36% -
HSV(B) 26.23º 0.99% 0.72% -
XYZ 22.72 16.08 1.93 -
YUV 102.68 70.62 186 -
System Red Green Blue C M Y K H S L
Decimal 184 81 1 0 0.56 0.99 0.28 26.23 0.99 0.36
Hex B8 51 1 0 38 63 1C 1A 63 24
Octal 270 121 1 0 70 143 34 32 143 44
Binary 10111000 1010001 1 0 111000 1100011 11100 11010 1100011 100100

Color Harmonies of #B85101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85101

Black with #B85101

Text Example


Text Example

White with #B85101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85101; }

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

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

background-color css

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

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

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

border-color css

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

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

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