Html Css Color HEX #B45501 Tenne (Tawny)

📋 copy color: '#B45501'

red 180 ◦ green 85 ◦ blue 1

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

Shades of Tenne (Tawny) #B45501

Tints of Tenne (Tawny) #B45501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 67.67%
G = 31.95%
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

#B45501 (or 0xB45501) is known color: Tenne (Tawny). HEX triplet: B4, 55 and 01. RGB value is (180,85,1). Sum of RGB (Red+Green+Blue) = 180+85+1=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B45501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45501 is #4BAAFE. Grayscale: #686868. Windows color (decimal): -4958975 or 87476. OLE color: 87476.

HSL color Cylindrical-coordinate representation of color #B45501: hue angle of 28.16º 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 #B45501 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 85 1 -
CMYK 0 0.53 0.99 0.29
HSL 28.16º 0.99% 0.35% -
HSV(B) 28.16º 0.99% 0.71% -
XYZ 22.08 16.2 1.99 -
YUV 103.83 69.97 182.33 -
System Red Green Blue C M Y K H S L
Decimal 180 85 1 0 0.53 0.99 0.29 28.16 0.99 0.35
Hex B4 55 1 0 35 63 1D 1C 63 23
Octal 264 125 1 0 65 143 35 34 143 43
Binary 10110100 1010101 1 0 110101 1100011 11101 11100 1100011 100011

Color Harmonies of #B45501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45501

Black with #B45501

Text Example


Text Example

White with #B45501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45501; }

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

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

background-color css

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

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

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

border-color css

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

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

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