Html Css Color HEX #B36200 Tenne (Tawny)

📋 copy color: '#B36200'

red 179 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #B36200

Tints of Tenne (Tawny) #B36200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

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

R = 64.62%
G = 35.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B36200 (or 0xB36200) is known color: Tenne (Tawny). HEX triplet: B3, 62 and 00. RGB value is (179,98,0). Sum of RGB (Red+Green+Blue) = 179+98+0=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B36200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36200 is #4C9DFF. Grayscale: #6F6F6F. Windows color (decimal): -5021184 or 25267. OLE color: 25267.

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

Color convert

RGB 179 98 0 -
CMYK 0 0.45 1 0.30
HSL 32.85º 1% 0.35% -
HSV(B) 32.85º 1% 0.7% -
XYZ 22.96 18.32 2.33 -
YUV 111.05 65.34 176.47 -
System Red Green Blue C M Y K H S L
Decimal 179 98 0 0 0.45 1 0.30 32.85 1 0.35
Hex B3 62 0 0 2D 64 1E 21 64 23
Octal 263 142 0 0 55 144 36 41 144 43
Binary 10110011 1100010 0 0 101101 1100100 11110 100001 1100100 100011

Color Harmonies of #B36200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36200

Black with #B36200

Text Example


Text Example

White with #B36200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36200; }

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

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

background-color css

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

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

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

border-color css

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

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

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