Html Css Color HEX #B45400 Tenne (Tawny)

📋 copy color: '#B45400'

red 180 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #B45400

Tints of Tenne (Tawny) #B45400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.18%
G = 31.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B45400 (or 0xB45400) is known color: Tenne (Tawny). HEX triplet: B4, 54 and 00. RGB value is (180,84,0). Sum of RGB (Red+Green+Blue) = 180+84+0=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B45400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45400 is #4BABFF. Grayscale: #676767. Windows color (decimal): -4959232 or 21684. OLE color: 21684.

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

Color convert

RGB 180 84 0 -
CMYK 0 0.53 1 0.29
HSL 28º 1% 0.35% -
HSV(B) 28º 1% 0.71% -
XYZ 21.99 16.04 1.94 -
YUV 103.13 69.8 182.83 -
System Red Green Blue C M Y K H S L
Decimal 180 84 0 0 0.53 1 0.29 28 1 0.35
Hex B4 54 0 0 35 64 1D 1C 64 23
Octal 264 124 0 0 65 144 35 34 144 43
Binary 10110100 1010100 0 0 110101 1100100 11101 11100 1100100 100011

Color Harmonies of #B45400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45400

Black with #B45400

Text Example


Text Example

White with #B45400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45400; }

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

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

background-color css

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

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

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

border-color css

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

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

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