Html Css Color HEX #B45F0E Tenne (Tawny)

📋 copy color: '#B45F0E'

red 180 ◦ green 95 ◦ blue 14

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

Shades of Tenne (Tawny) #B45F0E

Tints of Tenne (Tawny) #B45F0E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.87%

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 62.28%
G = 32.87%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B45F0E (or 0xB45F0E) is known color: Tenne (Tawny). HEX triplet: B4, 5F and 0E. RGB value is (180,95,14). Sum of RGB (Red+Green+Blue) = 180+95+14=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45F0E is #4BA0F1. Grayscale: #6F6F6F. Windows color (decimal): -4956402 or 942004. OLE color: 942004.

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

Color convert

RGB 180 95 14 -
CMYK 0 0.47 0.92 0.29
HSL 29.28º 0.86% 0.38% -
HSV(B) 29.28º 0.92% 0.71% -
XYZ 22.99 17.92 2.66 -
YUV 111.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 180 95 14 0 0.47 0.92 0.29 29.28 0.86 0.38
Hex B4 5F E 0 2F 5C 1D 1D 56 26
Octal 264 137 16 0 57 134 35 35 126 46
Binary 10110100 1011111 1110 0 101111 1011100 11101 11101 1010110 100110

Color Harmonies of #B45F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45F0E

Black with #B45F0E

Text Example


Text Example

White with #B45F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45F0E; }

 p { color: rgb(180,95,14); }

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

background-color css

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

 a { background-color: rgb(180,95,14); }

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

border-color css

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

 span { border-color: rgb(180,95,14); }

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