Html Css Color HEX #B56200 Tenne (Tawny)

📋 copy color: '#B56200'

red 181 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #B56200

Tints of Tenne (Tawny) #B56200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 64.87%
G = 35.13%
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

#B56200 (or 0xB56200) is known color: Tenne (Tawny). HEX triplet: B5, 62 and 00. RGB value is (181,98,0). Sum of RGB (Red+Green+Blue) = 181+98+0=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B56200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56200 is #4A9DFF. Grayscale: #707070. Windows color (decimal): -4890112 or 25269. OLE color: 25269.

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

Color convert

RGB 181 98 0 -
CMYK 0 0.46 1 0.29
HSL 32.49º 1% 0.35% -
HSV(B) 32.49º 1% 0.71% -
XYZ 23.42 18.56 2.35 -
YUV 111.65 65 177.47 -
System Red Green Blue C M Y K H S L
Decimal 181 98 0 0 0.46 1 0.29 32.49 1 0.35
Hex B5 62 0 0 2E 64 1D 20 64 23
Octal 265 142 0 0 56 144 35 40 144 43
Binary 10110101 1100010 0 0 101110 1100100 11101 100000 1100100 100011

Color Harmonies of #B56200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56200

Black with #B56200

Text Example


Text Example

White with #B56200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56200; }

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

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

background-color css

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

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

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

border-color css

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

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

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