Html Css Color HEX #B56400 Tenne (Tawny)

📋 copy color: '#B56400'

red 181 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #B56400

Tints of Tenne (Tawny) #B56400

RGB

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

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

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

R = 64.41%
G = 35.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B56400 (or 0xB56400) is known color: Tenne (Tawny). HEX triplet: B5, 64 and 00. RGB value is (181,100,0). Sum of RGB (Red+Green+Blue) = 181+100+0=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B56400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56400 is #4A9BFF. Grayscale: #717171. Windows color (decimal): -4889600 or 25781. OLE color: 25781.

HSL color Cylindrical-coordinate representation of color #B56400: hue angle of 33.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 #B56400 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 100 0 -
CMYK 0 0.45 1 0.29
HSL 33.15º 1% 0.35% -
HSV(B) 33.15º 1% 0.71% -
XYZ 23.61 18.94 2.41 -
YUV 112.82 64.34 176.63 -
System Red Green Blue C M Y K H S L
Decimal 181 100 0 0 0.45 1 0.29 33.15 1 0.35
Hex B5 64 0 0 2D 64 1D 21 64 23
Octal 265 144 0 0 55 144 35 41 144 43
Binary 10110101 1100100 0 0 101101 1100100 11101 100001 1100100 100011

Color Harmonies of #B56400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56400

Black with #B56400

Text Example


Text Example

White with #B56400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56400; }

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

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

background-color css

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

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

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

border-color css

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

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

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