Html Css Color HEX #B35901 Tenne (Tawny)

📋 copy color: '#B35901'

red 179 ◦ green 89 ◦ blue 1

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

Shades of Tenne (Tawny) #B35901

Tints of Tenne (Tawny) #B35901

RGB

 RED value IS 179 (70.31% from 255) = 66.54%

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

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

R = 66.54%
G = 33.09%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B35901 (or 0xB35901) is known color: Tenne (Tawny). HEX triplet: B3, 59 and 01. RGB value is (179,89,1). Sum of RGB (Red+Green+Blue) = 179+89+1=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B35901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35901 is #4CA6FE. Grayscale: #6A6A6A. Windows color (decimal): -5023487 or 88499. OLE color: 88499.

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

Color convert

RGB 179 89 1 -
CMYK 0 0.50 0.99 0.30
HSL 29.66º 0.99% 0.35% -
HSV(B) 29.66º 0.99% 0.7% -
XYZ 22.17 16.73 2.09 -
YUV 105.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 179 89 1 0 0.50 0.99 0.30 29.66 0.99 0.35
Hex B3 59 1 0 32 63 1E 1E 63 23
Octal 263 131 1 0 62 143 36 36 143 43
Binary 10110011 1011001 1 0 110010 1100011 11110 11110 1100011 100011

Color Harmonies of #B35901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35901

Black with #B35901

Text Example


Text Example

White with #B35901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35901; }

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

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

background-color css

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

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

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

border-color css

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

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

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