Html Css Color HEX #B36101 Tenne (Tawny)

📋 copy color: '#B36101'

red 179 ◦ green 97 ◦ blue 1

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

Shades of Tenne (Tawny) #B36101

Tints of Tenne (Tawny) #B36101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.02%

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

R = 64.62%
G = 35.02%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B36101 (or 0xB36101) is known color: Tenne (Tawny). HEX triplet: B3, 61 and 01. RGB value is (179,97,1). Sum of RGB (Red+Green+Blue) = 179+97+1=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B36101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36101 is #4C9EFE. Grayscale: #6F6F6F. Windows color (decimal): -5021439 or 90547. OLE color: 90547.

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

Color convert

RGB 179 97 1 -
CMYK 0 0.46 0.99 0.30
HSL 32.36º 0.99% 0.35% -
HSV(B) 32.36º 0.99% 0.7% -
XYZ 22.87 18.14 2.32 -
YUV 110.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 179 97 1 0 0.46 0.99 0.30 32.36 0.99 0.35
Hex B3 61 1 0 2E 63 1E 20 63 23
Octal 263 141 1 0 56 143 36 40 143 43
Binary 10110011 1100001 1 0 101110 1100011 11110 100000 1100011 100011

Color Harmonies of #B36101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36101

Black with #B36101

Text Example


Text Example

White with #B36101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36101; }

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

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

background-color css

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

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

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

border-color css

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

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

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