Html Css Color HEX #B45E08 Tenne (Tawny)

📋 copy color: '#B45E08'

red 180 ◦ green 94 ◦ blue 8

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

Shades of Tenne (Tawny) #B45E08

Tints of Tenne (Tawny) #B45E08

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

 BLUE value IS 8 (3.52% from 255) = 2.84%

R = 63.83%
G = 33.33%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B45E08 (or 0xB45E08) is known color: Tenne (Tawny). HEX triplet: B4, 5E and 08. RGB value is (180,94,8). Sum of RGB (Red+Green+Blue) = 180+94+8=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45E08 is #4BA1F7. Grayscale: #6E6E6E. Windows color (decimal): -4956664 or 548532. OLE color: 548532.

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

Color convert

RGB 180 94 8 -
CMYK 0 0.48 0.96 0.29
HSL 30º 0.91% 0.37% -
HSV(B) 30º 0.96% 0.71% -
XYZ 22.87 17.73 2.45 -
YUV 109.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 180 94 8 0 0.48 0.96 0.29 30 0.91 0.37
Hex B4 5E 8 0 30 60 1D 1E 5B 25
Octal 264 136 10 0 60 140 35 36 133 45
Binary 10110100 1011110 1000 0 110000 1100000 11101 11110 1011011 100101

Color Harmonies of #B45E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E08

Black with #B45E08

Text Example


Text Example

White with #B45E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E08; }

 p { color: rgb(180,94,8); }

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

background-color css

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

 a { background-color: rgb(180,94,8); }

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

border-color css

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

 span { border-color: rgb(180,94,8); }

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