Html Css Color HEX #B56100 Tenne (Tawny)

📋 copy color: '#B56100'

red 181 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #B56100

Tints of Tenne (Tawny) #B56100

RGB

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

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

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

R = 65.11%
G = 34.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B56100 (or 0xB56100) is known color: Tenne (Tawny). HEX triplet: B5, 61 and 00. RGB value is (181,97,0). Sum of RGB (Red+Green+Blue) = 181+97+0=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B56100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56100 is #4A9EFF. Grayscale: #6F6F6F. Windows color (decimal): -4890368 or 25013. OLE color: 25013.

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

Color convert

RGB 181 97 0 -
CMYK 0 0.46 1 0.29
HSL 32.15º 1% 0.35% -
HSV(B) 32.15º 1% 0.71% -
XYZ 23.33 18.37 2.32 -
YUV 111.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 181 97 0 0 0.46 1 0.29 32.15 1 0.35
Hex B5 61 0 0 2E 64 1D 20 64 23
Octal 265 141 0 0 56 144 35 40 144 43
Binary 10110101 1100001 0 0 101110 1100100 11101 100000 1100100 100011

Color Harmonies of #B56100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56100

Black with #B56100

Text Example


Text Example

White with #B56100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56100; }

 p { color: rgb(181,97,0); }

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

background-color css

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

 a { background-color: rgb(181,97,0); }

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

border-color css

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

 span { border-color: rgb(181,97,0); }

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