Html Css Color HEX #B05901 Tenne (Tawny)

📋 copy color: '#B05901'

red 176 ◦ green 89 ◦ blue 1

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

Shades of Tenne (Tawny) #B05901

Tints of Tenne (Tawny) #B05901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 66.17%
G = 33.46%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B05901 (or 0xB05901) is known color: Tenne (Tawny). HEX triplet: B0, 59 and 01. RGB value is (176,89,1). Sum of RGB (Red+Green+Blue) = 176+89+1=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B05901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05901 is #4FA6FE. Grayscale: #696969. Windows color (decimal): -5220095 or 88496. OLE color: 88496.

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

Color convert

RGB 176 89 1 -
CMYK 0 0.49 0.99 0.31
HSL 30.17º 0.99% 0.35% -
HSV(B) 30.17º 0.99% 0.69% -
XYZ 21.48 16.38 2.06 -
YUV 104.98 69.32 178.66 -
System Red Green Blue C M Y K H S L
Decimal 176 89 1 0 0.49 0.99 0.31 30.17 0.99 0.35
Hex B0 59 1 0 31 63 1F 1E 63 23
Octal 260 131 1 0 61 143 37 36 143 43
Binary 10110000 1011001 1 0 110001 1100011 11111 11110 1100011 100011

Color Harmonies of #B05901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05901

Black with #B05901

Text Example


Text Example

White with #B05901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05901; }

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

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

background-color css

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

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

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

border-color css

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

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

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