Html Css Color HEX #B45900 Tenne (Tawny)

📋 copy color: '#B45900'

red 180 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #B45900

Tints of Tenne (Tawny) #B45900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.09%

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

R = 66.91%
G = 33.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B45900 (or 0xB45900) is known color: Tenne (Tawny). HEX triplet: B4, 59 and 00. RGB value is (180,89,0). Sum of RGB (Red+Green+Blue) = 180+89+0=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B45900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45900 is #4BA6FF. Grayscale: #6A6A6A. Windows color (decimal): -4957952 or 22964. OLE color: 22964.

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

Color convert

RGB 180 89 0 -
CMYK 0 0.51 1 0.29
HSL 29.67º 1% 0.35% -
HSV(B) 29.67º 1% 0.71% -
XYZ 22.39 16.85 2.07 -
YUV 106.06 68.15 180.74 -
System Red Green Blue C M Y K H S L
Decimal 180 89 0 0 0.51 1 0.29 29.67 1 0.35
Hex B4 59 0 0 33 64 1D 1E 64 23
Octal 264 131 0 0 63 144 35 36 144 43
Binary 10110100 1011001 0 0 110011 1100100 11101 11110 1100100 100011

Color Harmonies of #B45900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45900

Black with #B45900

Text Example


Text Example

White with #B45900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45900; }

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

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

background-color css

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

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

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

border-color css

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

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

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