Html Css Color HEX #B45A08 Tenne (Tawny)

📋 copy color: '#B45A08'

red 180 ◦ green 90 ◦ blue 8

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

Shades of Tenne (Tawny) #B45A08

Tints of Tenne (Tawny) #B45A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.37%

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

R = 64.75%
G = 32.37%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B45A08 (or 0xB45A08) is known color: Tenne (Tawny). HEX triplet: B4, 5A and 08. RGB value is (180,90,8). Sum of RGB (Red+Green+Blue) = 180+90+8=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A08 is #4BA5F7. Grayscale: #6B6B6B. Windows color (decimal): -4957688 or 547508. OLE color: 547508.

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

Color convert

RGB 180 90 8 -
CMYK 0 0.50 0.96 0.29
HSL 28.6º 0.91% 0.37% -
HSV(B) 28.6º 0.96% 0.71% -
XYZ 22.52 17.03 2.33 -
YUV 107.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 180 90 8 0 0.50 0.96 0.29 28.6 0.91 0.37
Hex B4 5A 8 0 32 60 1D 1D 5B 25
Octal 264 132 10 0 62 140 35 35 133 45
Binary 10110100 1011010 1000 0 110010 1100000 11101 11101 1011011 100101

Color Harmonies of #B45A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A08

Black with #B45A08

Text Example


Text Example

White with #B45A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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