Html Css Color HEX #B45805 Tenne (Tawny)

📋 copy color: '#B45805'

red 180 ◦ green 88 ◦ blue 5

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

Shades of Tenne (Tawny) #B45805

Tints of Tenne (Tawny) #B45805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 65.93%
G = 32.23%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B45805 (or 0xB45805) is known color: Tenne (Tawny). HEX triplet: B4, 58 and 05. RGB value is (180,88,5). Sum of RGB (Red+Green+Blue) = 180+88+5=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B45805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45805 is #4BA7FA. Grayscale: #6A6A6A. Windows color (decimal): -4958203 or 350388. OLE color: 350388.

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

Color convert

RGB 180 88 5 -
CMYK 0 0.51 0.97 0.29
HSL 28.46º 0.95% 0.36% -
HSV(B) 28.46º 0.97% 0.71% -
XYZ 22.34 16.69 2.19 -
YUV 106.05 70.98 180.75 -
System Red Green Blue C M Y K H S L
Decimal 180 88 5 0 0.51 0.97 0.29 28.46 0.95 0.36
Hex B4 58 5 0 33 61 1D 1C 5F 24
Octal 264 130 5 0 63 141 35 34 137 44
Binary 10110100 1011000 101 0 110011 1100001 11101 11100 1011111 100100

Color Harmonies of #B45805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45805

Black with #B45805

Text Example


Text Example

White with #B45805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45805; }

 p { color: rgb(180,88,5); }

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

background-color css

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

 a { background-color: rgb(180,88,5); }

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

border-color css

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

 span { border-color: rgb(180,88,5); }

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