Html Css Color HEX #B45800 Tenne (Tawny)

📋 copy color: '#B45800'

red 180 ◦ green 88 ◦ blue 0

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

Shades of Tenne (Tawny) #B45800

Tints of Tenne (Tawny) #B45800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.16%
G = 32.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B45800 (or 0xB45800) is known color: Tenne (Tawny). HEX triplet: B4, 58 and 00. RGB value is (180,88,0). Sum of RGB (Red+Green+Blue) = 180+88+0=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B45800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45800 is #4BA7FF. Grayscale: #696969. Windows color (decimal): -4958208 or 22708. OLE color: 22708.

HSL color Cylindrical-coordinate representation of color #B45800: hue angle of 29.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B45800 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 88 0 -
CMYK 0 0.51 1 0.29
HSL 29.33º 1% 0.35% -
HSV(B) 29.33º 1% 0.71% -
XYZ 22.31 16.68 2.04 -
YUV 105.48 68.48 181.16 -
System Red Green Blue C M Y K H S L
Decimal 180 88 0 0 0.51 1 0.29 29.33 1 0.35
Hex B4 58 0 0 33 64 1D 1D 64 23
Octal 264 130 0 0 63 144 35 35 144 43
Binary 10110100 1011000 0 0 110011 1100100 11101 11101 1100100 100011

Color Harmonies of #B45800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45800

Black with #B45800

Text Example


Text Example

White with #B45800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45800; }

 p { color: rgb(180,88,0); }

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

background-color css

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

 a { background-color: rgb(180,88,0); }

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

border-color css

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

 span { border-color: rgb(180,88,0); }

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