Html Css Color HEX #B56010 Tenne (Tawny)

📋 copy color: '#B56010'

red 181 ◦ green 96 ◦ blue 16

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

Shades of Tenne (Tawny) #B56010

Tints of Tenne (Tawny) #B56010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.76%

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 61.77%
G = 32.76%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B56010 (or 0xB56010) is known color: Tenne (Tawny). HEX triplet: B5, 60 and 10. RGB value is (181,96,16). Sum of RGB (Red+Green+Blue) = 181+96+16=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B56010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56010 is #4A9FEF. Grayscale: #707070. Windows color (decimal): -4890608 or 1073333. OLE color: 1073333.

HSL color Cylindrical-coordinate representation of color #B56010: hue angle of 29.09º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B56010 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 96 16 -
CMYK 0 0.47 0.91 0.29
HSL 29.09º 0.84% 0.39% -
HSV(B) 29.09º 0.91% 0.71% -
XYZ 23.33 18.23 2.78 -
YUV 112.3 73.66 177 -
System Red Green Blue C M Y K H S L
Decimal 181 96 16 0 0.47 0.91 0.29 29.09 0.84 0.39
Hex B5 60 10 0 2F 5B 1D 1D 54 27
Octal 265 140 20 0 57 133 35 35 124 47
Binary 10110101 1100000 10000 0 101111 1011011 11101 11101 1010100 100111

Color Harmonies of #B56010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56010

Black with #B56010

Text Example


Text Example

White with #B56010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56010; }

 p { color: rgb(181,96,16); }

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

background-color css

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

 a { background-color: rgb(181,96,16); }

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

border-color css

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

 span { border-color: rgb(181,96,16); }

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