Html Css Color HEX #B05600 Tenne (Tawny)

📋 copy color: '#B05600'

red 176 ◦ green 86 ◦ blue 0

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

Shades of Tenne (Tawny) #B05600

Tints of Tenne (Tawny) #B05600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.82%

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

R = 67.18%
G = 32.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B05600 (or 0xB05600) is known color: Tenne (Tawny). HEX triplet: B0, 56 and 00. RGB value is (176,86,0). Sum of RGB (Red+Green+Blue) = 176+86+0=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B05600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05600 is #4FA9FF. Grayscale: #676767. Windows color (decimal): -5220864 or 22192. OLE color: 22192.

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

Color convert

RGB 176 86 0 -
CMYK 0 0.51 1 0.31
HSL 29.32º 1% 0.35% -
HSV(B) 29.32º 1% 0.69% -
XYZ 21.23 15.89 1.95 -
YUV 103.11 69.82 179.99 -
System Red Green Blue C M Y K H S L
Decimal 176 86 0 0 0.51 1 0.31 29.32 1 0.35
Hex B0 56 0 0 33 64 1F 1D 64 23
Octal 260 126 0 0 63 144 37 35 144 43
Binary 10110000 1010110 0 0 110011 1100100 11111 11101 1100100 100011

Color Harmonies of #B05600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05600

Black with #B05600

Text Example


Text Example

White with #B05600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05600; }

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

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

background-color css

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

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

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

border-color css

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

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

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