Html Css Color HEX #B56901 Tenne (Tawny)

📋 copy color: '#B56901'

red 181 ◦ green 105 ◦ blue 1

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

Shades of Tenne (Tawny) #B56901

Tints of Tenne (Tawny) #B56901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

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

R = 63.07%
G = 36.59%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B56901 (or 0xB56901) is known color: Tenne (Tawny). HEX triplet: B5, 69 and 01. RGB value is (181,105,1). Sum of RGB (Red+Green+Blue) = 181+105+1=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B56901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56901 is #4A96FE. Grayscale: #747474. Windows color (decimal): -4888319 or 92597. OLE color: 92597.

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

Color convert

RGB 181 105 1 -
CMYK 0 0.42 0.99 0.29
HSL 34.67º 0.99% 0.36% -
HSV(B) 34.67º 0.99% 0.71% -
XYZ 24.11 19.93 2.6 -
YUV 115.87 63.18 174.46 -
System Red Green Blue C M Y K H S L
Decimal 181 105 1 0 0.42 0.99 0.29 34.67 0.99 0.36
Hex B5 69 1 0 2A 63 1D 23 63 24
Octal 265 151 1 0 52 143 35 43 143 44
Binary 10110101 1101001 1 0 101010 1100011 11101 100011 1100011 100100

Color Harmonies of #B56901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56901

Black with #B56901

Text Example


Text Example

White with #B56901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56901; }

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

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

background-color css

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

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

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

border-color css

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

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

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