Html Css Color HEX #B45D0A Tenne (Tawny)

📋 copy color: '#B45D0A'

red 180 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #B45D0A

Tints of Tenne (Tawny) #B45D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.53%

R = 63.6%
G = 32.86%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B45D0A (or 0xB45D0A) is known color: Tenne (Tawny). HEX triplet: B4, 5D and 0A. RGB value is (180,93,10). Sum of RGB (Red+Green+Blue) = 180+93+10=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45D0A is #4BA2F5. Grayscale: #6D6D6D. Windows color (decimal): -4956918 or 679348. OLE color: 679348.

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

Color convert

RGB 180 93 10 -
CMYK 0 0.48 0.94 0.29
HSL 29.29º 0.89% 0.37% -
HSV(B) 29.29º 0.94% 0.71% -
XYZ 22.79 17.55 2.47 -
YUV 109.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 180 93 10 0 0.48 0.94 0.29 29.29 0.89 0.37
Hex B4 5D A 0 30 5E 1D 1D 59 25
Octal 264 135 12 0 60 136 35 35 131 45
Binary 10110100 1011101 1010 0 110000 1011110 11101 11101 1011001 100101

Color Harmonies of #B45D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D0A

Black with #B45D0A

Text Example


Text Example

White with #B45D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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