Html Css Color HEX #B45D09 Tenne (Tawny)

📋 copy color: '#B45D09'

red 180 ◦ green 93 ◦ blue 9

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

Shades of Tenne (Tawny) #B45D09

Tints of Tenne (Tawny) #B45D09

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.98%

 BLUE value IS 9 (3.91% from 255) = 3.19%

R = 63.83%
G = 32.98%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B45D09 (or 0xB45D09) is known color: Tenne (Tawny). HEX triplet: B4, 5D and 09. RGB value is (180,93,9). Sum of RGB (Red+Green+Blue) = 180+93+9=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45D09 is #4BA2F6. Grayscale: #6D6D6D. Windows color (decimal): -4956919 or 613812. OLE color: 613812.

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

Color convert

RGB 180 93 9 -
CMYK 0 0.48 0.95 0.29
HSL 29.47º 0.9% 0.37% -
HSV(B) 29.47º 0.95% 0.71% -
XYZ 22.79 17.55 2.45 -
YUV 109.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 180 93 9 0 0.48 0.95 0.29 29.47 0.9 0.37
Hex B4 5D 9 0 30 5F 1D 1D 5A 25
Octal 264 135 11 0 60 137 35 35 132 45
Binary 10110100 1011101 1001 0 110000 1011111 11101 11101 1011010 100101

Color Harmonies of #B45D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D09

Black with #B45D09

Text Example


Text Example

White with #B45D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D09; }

 p { color: rgb(180,93,9); }

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

background-color css

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

 a { background-color: rgb(180,93,9); }

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

border-color css

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

 span { border-color: rgb(180,93,9); }

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