Html Css Color HEX #B85401 Tenne (Tawny)

📋 copy color: '#B85401'

red 184 ◦ green 84 ◦ blue 1

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

Shades of Tenne (Tawny) #B85401

Tints of Tenne (Tawny) #B85401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 68.4%
G = 31.23%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B85401 (or 0xB85401) is known color: Tenne (Tawny). HEX triplet: B8, 54 and 01. RGB value is (184,84,1). Sum of RGB (Red+Green+Blue) = 184+84+1=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B85401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85401 is #47ABFE. Grayscale: #686868. Windows color (decimal): -4697087 or 87224. OLE color: 87224.

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

Color convert

RGB 184 84 1 -
CMYK 0 0.54 0.99 0.28
HSL 27.21º 0.99% 0.36% -
HSV(B) 27.21º 0.99% 0.72% -
XYZ 22.94 16.53 2.01 -
YUV 104.44 69.63 184.75 -
System Red Green Blue C M Y K H S L
Decimal 184 84 1 0 0.54 0.99 0.28 27.21 0.99 0.36
Hex B8 54 1 0 36 63 1C 1B 63 24
Octal 270 124 1 0 66 143 34 33 143 44
Binary 10111000 1010100 1 0 110110 1100011 11100 11011 1100011 100100

Color Harmonies of #B85401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85401

Black with #B85401

Text Example


Text Example

White with #B85401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85401; }

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

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

background-color css

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

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

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

border-color css

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

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

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