Html Css Color HEX #B45903 Tenne (Tawny)

📋 copy color: '#B45903'

red 180 ◦ green 89 ◦ blue 3

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

Shades of Tenne (Tawny) #B45903

Tints of Tenne (Tawny) #B45903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.1%

R = 66.18%
G = 32.72%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B45903 (or 0xB45903) is known color: Tenne (Tawny). HEX triplet: B4, 59 and 03. RGB value is (180,89,3). Sum of RGB (Red+Green+Blue) = 180+89+3=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B45903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45903 is #4BA6FC. Grayscale: #6A6A6A. Windows color (decimal): -4957949 or 219572. OLE color: 219572.

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

Color convert

RGB 180 89 3 -
CMYK 0 0.51 0.98 0.29
HSL 29.15º 0.97% 0.36% -
HSV(B) 29.15º 0.98% 0.71% -
XYZ 22.41 16.85 2.16 -
YUV 106.41 69.65 180.49 -
System Red Green Blue C M Y K H S L
Decimal 180 89 3 0 0.51 0.98 0.29 29.15 0.97 0.36
Hex B4 59 3 0 33 62 1D 1D 61 24
Octal 264 131 3 0 63 142 35 35 141 44
Binary 10110100 1011001 11 0 110011 1100010 11101 11101 1100001 100100

Color Harmonies of #B45903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45903

Black with #B45903

Text Example


Text Example

White with #B45903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45903; }

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

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

background-color css

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

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

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

border-color css

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

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

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