Html Css Color HEX #B05800 Tenne (Tawny)

📋 copy color: '#B05800'

red 176 ◦ green 88 ◦ blue 0

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

Shades of Tenne (Tawny) #B05800

Tints of Tenne (Tawny) #B05800

RGB

 RED value IS 176 (69.14% from 255) = 66.67%

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

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B05800 (or 0xB05800) is known color: Tenne (Tawny). HEX triplet: B0, 58 and 00. RGB value is (176,88,0). Sum of RGB (Red+Green+Blue) = 176+88+0=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B05800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05800 is #4FA7FF. Grayscale: #686868. Windows color (decimal): -5220352 or 22704. OLE color: 22704.

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

Color convert

RGB 176 88 0 -
CMYK 0 0.50 1 0.31
HSL 30º 1% 0.35% -
HSV(B) 30º 1% 0.69% -
XYZ 21.39 16.21 2 -
YUV 104.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 176 88 0 0 0.50 1 0.31 30 1 0.35
Hex B0 58 0 0 32 64 1F 1E 64 23
Octal 260 130 0 0 62 144 37 36 144 43
Binary 10110000 1011000 0 0 110010 1100100 11111 11110 1100100 100011

Color Harmonies of #B05800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05800

Black with #B05800

Text Example


Text Example

White with #B05800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05800; }

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

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

background-color css

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

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

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

border-color css

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

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

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