Html Css Color HEX #B35900 Tenne (Tawny)

📋 copy color: '#B35900'

red 179 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #B35900

Tints of Tenne (Tawny) #B35900

RGB

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

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

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

R = 66.79%
G = 33.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B35900 (or 0xB35900) is known color: Tenne (Tawny). HEX triplet: B3, 59 and 00. RGB value is (179,89,0). Sum of RGB (Red+Green+Blue) = 179+89+0=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B35900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35900 is #4CA6FF. Grayscale: #6A6A6A. Windows color (decimal): -5023488 or 22963. OLE color: 22963.

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

Color convert

RGB 179 89 0 -
CMYK 0 0.50 1 0.30
HSL 29.83º 1% 0.35% -
HSV(B) 29.83º 1% 0.7% -
XYZ 22.16 16.73 2.06 -
YUV 105.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 179 89 0 0 0.50 1 0.30 29.83 1 0.35
Hex B3 59 0 0 32 64 1E 1E 64 23
Octal 263 131 0 0 62 144 36 36 144 43
Binary 10110011 1011001 0 0 110010 1100100 11110 11110 1100100 100011

Color Harmonies of #B35900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35900

Black with #B35900

Text Example


Text Example

White with #B35900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35900; }

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

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

background-color css

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

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

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

border-color css

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

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

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