Html Css Color HEX #B45908 Tenne (Tawny)

📋 copy color: '#B45908'

red 180 ◦ green 89 ◦ blue 8

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

Shades of Tenne (Tawny) #B45908

Tints of Tenne (Tawny) #B45908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

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

R = 64.98%
G = 32.13%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B45908 (or 0xB45908) is known color: Tenne (Tawny). HEX triplet: B4, 59 and 08. RGB value is (180,89,8). Sum of RGB (Red+Green+Blue) = 180+89+8=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B45908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45908 is #4BA6F7. Grayscale: #6B6B6B. Windows color (decimal): -4957944 or 547252. OLE color: 547252.

HSL color Cylindrical-coordinate representation of color #B45908: hue angle of 28.26º 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 #B45908 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 89 8 -
CMYK 0 0.51 0.96 0.29
HSL 28.26º 0.91% 0.37% -
HSV(B) 28.26º 0.96% 0.71% -
XYZ 22.44 16.87 2.3 -
YUV 106.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 180 89 8 0 0.51 0.96 0.29 28.26 0.91 0.37
Hex B4 59 8 0 33 60 1D 1C 5B 25
Octal 264 131 10 0 63 140 35 34 133 45
Binary 10110100 1011001 1000 0 110011 1100000 11101 11100 1011011 100101

Color Harmonies of #B45908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45908

Black with #B45908

Text Example


Text Example

White with #B45908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45908; }

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

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

background-color css

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

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

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

border-color css

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

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

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