Html Css Color HEX #B45401 Tenne (Tawny)

📋 copy color: '#B45401'

red 180 ◦ green 84 ◦ blue 1

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

Shades of Tenne (Tawny) #B45401

Tints of Tenne (Tawny) #B45401

RGB

 RED value IS 180 (70.7% from 255) = 67.92%

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

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

R = 67.92%
G = 31.7%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B45401 (or 0xB45401) is known color: Tenne (Tawny). HEX triplet: B4, 54 and 01. RGB value is (180,84,1). Sum of RGB (Red+Green+Blue) = 180+84+1=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B45401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45401 is #4BABFE. Grayscale: #676767. Windows color (decimal): -4959231 or 87220. OLE color: 87220.

HSL color Cylindrical-coordinate representation of color #B45401: hue angle of 27.82º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B45401 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 84 1 -
CMYK 0 0.53 0.99 0.29
HSL 27.82º 0.99% 0.35% -
HSV(B) 27.82º 0.99% 0.71% -
XYZ 22 16.05 1.97 -
YUV 103.24 70.3 182.75 -
System Red Green Blue C M Y K H S L
Decimal 180 84 1 0 0.53 0.99 0.29 27.82 0.99 0.35
Hex B4 54 1 0 35 63 1D 1C 63 23
Octal 264 124 1 0 65 143 35 34 143 43
Binary 10110100 1010100 1 0 110101 1100011 11101 11100 1100011 100011

Color Harmonies of #B45401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45401

Black with #B45401

Text Example


Text Example

White with #B45401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45401; }

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

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

background-color css

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

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

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

border-color css

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

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

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