Html Css Color HEX #B36500 Tenne (Tawny)

📋 copy color: '#B36500'

red 179 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #B36500

Tints of Tenne (Tawny) #B36500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

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

R = 63.93%
G = 36.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B36500 (or 0xB36500) is known color: Tenne (Tawny). HEX triplet: B3, 65 and 00. RGB value is (179,101,0). Sum of RGB (Red+Green+Blue) = 179+101+0=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B36500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36500 is #4C9AFF. Grayscale: #717171. Windows color (decimal): -5020416 or 26035. OLE color: 26035.

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

Color convert

RGB 179 101 0 -
CMYK 0 0.44 1 0.30
HSL 33.85º 1% 0.35% -
HSV(B) 33.85º 1% 0.7% -
XYZ 23.24 18.89 2.42 -
YUV 112.81 64.34 175.21 -
System Red Green Blue C M Y K H S L
Decimal 179 101 0 0 0.44 1 0.30 33.85 1 0.35
Hex B3 65 0 0 2C 64 1E 22 64 23
Octal 263 145 0 0 54 144 36 42 144 43
Binary 10110011 1100101 0 0 101100 1100100 11110 100010 1100100 100011

Color Harmonies of #B36500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36500

Black with #B36500

Text Example


Text Example

White with #B36500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36500; }

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

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

background-color css

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

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

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

border-color css

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

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

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