Html Css Color HEX #B45500 Tenne (Tawny)

📋 copy color: '#B45500'

red 180 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #B45500

Tints of Tenne (Tawny) #B45500

RGB

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

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

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

R = 67.92%
G = 32.08%
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

#B45500 (or 0xB45500) is known color: Tenne (Tawny). HEX triplet: B4, 55 and 00. RGB value is (180,85,0). Sum of RGB (Red+Green+Blue) = 180+85+0=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B45500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45500 is #4BAAFF. Grayscale: #686868. Windows color (decimal): -4958976 or 21940. OLE color: 21940.

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

Color convert

RGB 180 85 0 -
CMYK 0 0.53 1 0.29
HSL 28.33º 1% 0.35% -
HSV(B) 28.33º 1% 0.71% -
XYZ 22.07 16.2 1.96 -
YUV 103.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 180 85 0 0 0.53 1 0.29 28.33 1 0.35
Hex B4 55 0 0 35 64 1D 1C 64 23
Octal 264 125 0 0 65 144 35 34 144 43
Binary 10110100 1010101 0 0 110101 1100100 11101 11100 1100100 100011

Color Harmonies of #B45500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45500

Black with #B45500

Text Example


Text Example

White with #B45500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45500; }

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

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

background-color css

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

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

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

border-color css

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

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

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