Html Css Color HEX #B56401 Tenne (Tawny)

📋 copy color: '#B56401'

red 181 ◦ green 100 ◦ blue 1

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

Shades of Tenne (Tawny) #B56401

Tints of Tenne (Tawny) #B56401

RGB

 RED value IS 181 (71.09% from 255) = 64.18%

 GREEN value IS 100 (39.45% from 255) = 35.46%

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

R = 64.18%
G = 35.46%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B56401 (or 0xB56401) is known color: Tenne (Tawny). HEX triplet: B5, 64 and 01. RGB value is (181,100,1). Sum of RGB (Red+Green+Blue) = 181+100+1=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B56401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56401 is #4A9BFE. Grayscale: #717171. Windows color (decimal): -4889599 or 91317. OLE color: 91317.

HSL color Cylindrical-coordinate representation of color #B56401: hue angle of 33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B56401 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 100 1 -
CMYK 0 0.45 0.99 0.29
HSL 33º 0.99% 0.36% -
HSV(B) 33º 0.99% 0.71% -
XYZ 23.62 18.94 2.44 -
YUV 112.93 64.84 176.55 -
System Red Green Blue C M Y K H S L
Decimal 181 100 1 0 0.45 0.99 0.29 33 0.99 0.36
Hex B5 64 1 0 2D 63 1D 21 63 24
Octal 265 144 1 0 55 143 35 41 143 44
Binary 10110101 1100100 1 0 101101 1100011 11101 100001 1100011 100100

Color Harmonies of #B56401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56401

Black with #B56401

Text Example


Text Example

White with #B56401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56401; }

 p { color: rgb(181,100,1); }

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

background-color css

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

 a { background-color: rgb(181,100,1); }

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

border-color css

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

 span { border-color: rgb(181,100,1); }

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