Html Css Color HEX #B36201 Tenne (Tawny)

📋 copy color: '#B36201'

red 179 ◦ green 98 ◦ blue 1

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

Shades of Tenne (Tawny) #B36201

Tints of Tenne (Tawny) #B36201

RGB

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

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

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

R = 64.39%
G = 35.25%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B36201 (or 0xB36201) is known color: Tenne (Tawny). HEX triplet: B3, 62 and 01. RGB value is (179,98,1). Sum of RGB (Red+Green+Blue) = 179+98+1=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B36201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36201 is #4C9DFE. Grayscale: #6F6F6F. Windows color (decimal): -5021183 or 90803. OLE color: 90803.

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

Color convert

RGB 179 98 1 -
CMYK 0 0.45 0.99 0.30
HSL 32.7º 0.99% 0.35% -
HSV(B) 32.7º 0.99% 0.7% -
XYZ 22.96 18.32 2.35 -
YUV 111.16 65.84 176.39 -
System Red Green Blue C M Y K H S L
Decimal 179 98 1 0 0.45 0.99 0.30 32.7 0.99 0.35
Hex B3 62 1 0 2D 63 1E 21 63 23
Octal 263 142 1 0 55 143 36 41 143 43
Binary 10110011 1100010 1 0 101101 1100011 11110 100001 1100011 100011

Color Harmonies of #B36201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36201

Black with #B36201

Text Example


Text Example

White with #B36201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36201; }

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

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

background-color css

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

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

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

border-color css

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

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

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