Html Css Color HEX #B45A04 Tenne (Tawny)

📋 copy color: '#B45A04'

red 180 ◦ green 90 ◦ blue 4

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

Shades of Tenne (Tawny) #B45A04

Tints of Tenne (Tawny) #B45A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

 BLUE value IS 4 (1.95% from 255) = 1.46%

R = 65.69%
G = 32.85%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B45A04 (or 0xB45A04) is known color: Tenne (Tawny). HEX triplet: B4, 5A and 04. RGB value is (180,90,4). Sum of RGB (Red+Green+Blue) = 180+90+4=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A04 is #4BA5FB. Grayscale: #6B6B6B. Windows color (decimal): -4957692 or 285364. OLE color: 285364.

HSL color Cylindrical-coordinate representation of color #B45A04: hue angle of 29.32º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B45A04 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 4 -
CMYK 0 0.50 0.98 0.29
HSL 29.32º 0.96% 0.36% -
HSV(B) 29.32º 0.98% 0.71% -
XYZ 22.5 17.02 2.21 -
YUV 107.11 69.82 179.99 -
System Red Green Blue C M Y K H S L
Decimal 180 90 4 0 0.50 0.98 0.29 29.32 0.96 0.36
Hex B4 5A 4 0 32 62 1D 1D 60 24
Octal 264 132 4 0 62 142 35 35 140 44
Binary 10110100 1011010 100 0 110010 1100010 11101 11101 1100000 100100

Color Harmonies of #B45A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A04

Black with #B45A04

Text Example


Text Example

White with #B45A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A04; }

 p { color: rgb(180,90,4); }

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

background-color css

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

 a { background-color: rgb(180,90,4); }

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

border-color css

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

 span { border-color: rgb(180,90,4); }

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