Html Css Color HEX #B45D0C Tenne (Tawny)

📋 copy color: '#B45D0C'

red 180 ◦ green 93 ◦ blue 12

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

Shades of Tenne (Tawny) #B45D0C

Tints of Tenne (Tawny) #B45D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.21%

R = 63.16%
G = 32.63%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B45D0C (or 0xB45D0C) is known color: Tenne (Tawny). HEX triplet: B4, 5D and 0C. RGB value is (180,93,12). Sum of RGB (Red+Green+Blue) = 180+93+12=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45D0C is #4BA2F3. Grayscale: #6E6E6E. Windows color (decimal): -4956916 or 810420. OLE color: 810420.

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

Color convert

RGB 180 93 12 -
CMYK 0 0.48 0.93 0.29
HSL 28.93º 0.88% 0.38% -
HSV(B) 28.93º 0.93% 0.71% -
XYZ 22.8 17.56 2.54 -
YUV 109.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 180 93 12 0 0.48 0.93 0.29 28.93 0.88 0.38
Hex B4 5D C 0 30 5D 1D 1D 58 26
Octal 264 135 14 0 60 135 35 35 130 46
Binary 10110100 1011101 1100 0 110000 1011101 11101 11101 1011000 100110

Color Harmonies of #B45D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D0C

Black with #B45D0C

Text Example


Text Example

White with #B45D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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