Html Css Color HEX #B05900 Tenne (Tawny)

📋 copy color: '#B05900'

red 176 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #B05900

Tints of Tenne (Tawny) #B05900

RGB

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

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

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

R = 66.42%
G = 33.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B05900 (or 0xB05900) is known color: Tenne (Tawny). HEX triplet: B0, 59 and 00. RGB value is (176,89,0). Sum of RGB (Red+Green+Blue) = 176+89+0=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05900 is #4FA6FF. Grayscale: #696969. Windows color (decimal): -5220096 or 22960. OLE color: 22960.

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

Color convert

RGB 176 89 0 -
CMYK 0 0.49 1 0.31
HSL 30.34º 1% 0.35% -
HSV(B) 30.34º 1% 0.69% -
XYZ 21.48 16.37 2.03 -
YUV 104.87 68.82 178.74 -
System Red Green Blue C M Y K H S L
Decimal 176 89 0 0 0.49 1 0.31 30.34 1 0.35
Hex B0 59 0 0 31 64 1F 1E 64 23
Octal 260 131 0 0 61 144 37 36 144 43
Binary 10110000 1011001 0 0 110001 1100100 11111 11110 1100100 100011

Color Harmonies of #B05900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05900

Black with #B05900

Text Example


Text Example

White with #B05900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05900; }

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

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

background-color css

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

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

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

border-color css

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

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

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