Html Css Color HEX #B05A04 Tenne (Tawny)

📋 copy color: '#B05A04'

red 176 ◦ green 90 ◦ blue 4

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

Shades of Tenne (Tawny) #B05A04

Tints of Tenne (Tawny) #B05A04

RGB

 RED value IS 176 (69.14% from 255) = 65.19%

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

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

R = 65.19%
G = 33.33%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B05A04 (or 0xB05A04) is known color: Tenne (Tawny). HEX triplet: B0, 5A and 04. RGB value is (176,90,4). Sum of RGB (Red+Green+Blue) = 176+90+4=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A04 is #4FA5FB. Grayscale: #6A6A6A. Windows color (decimal): -5219836 or 285360. OLE color: 285360.

HSL color Cylindrical-coordinate representation of color #B05A04: hue angle of 30º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B05A04 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 90 4 -
CMYK 0 0.49 0.98 0.31
HSL 30º 0.96% 0.35% -
HSV(B) 30º 0.98% 0.69% -
XYZ 21.58 16.55 2.17 -
YUV 105.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 176 90 4 0 0.49 0.98 0.31 30 0.96 0.35
Hex B0 5A 4 0 31 62 1F 1E 60 23
Octal 260 132 4 0 61 142 37 36 140 43
Binary 10110000 1011010 100 0 110001 1100010 11111 11110 1100000 100011

Color Harmonies of #B05A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A04

Black with #B05A04

Text Example


Text Example

White with #B05A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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