Html Css Color HEX #B56810 Golden Brown

📋 copy color: '#B56810'

red 181 ◦ green 104 ◦ blue 16

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

Shades of Golden Brown #B56810

Tints of Golden Brown #B56810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.55%

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

R = 60.13%
G = 34.55%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B56810 (or 0xB56810) is known color: Golden Brown. HEX triplet: B5, 68 and 10. RGB value is (181,104,16). Sum of RGB (Red+Green+Blue) = 181+104+16=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B56810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56810 is #4A97EF. Grayscale: #757575. Windows color (decimal): -4888560 or 1075381. OLE color: 1075381.

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

Color convert

RGB 181 104 16 -
CMYK 0 0.43 0.91 0.29
HSL 32º 0.84% 0.39% -
HSV(B) 32º 0.91% 0.71% -
XYZ 24.1 19.76 3.03 -
YUV 116.99 71.01 173.66 -
System Red Green Blue C M Y K H S L
Decimal 181 104 16 0 0.43 0.91 0.29 32 0.84 0.39
Hex B5 68 10 0 2B 5B 1D 20 54 27
Octal 265 150 20 0 53 133 35 40 124 47
Binary 10110101 1101000 10000 0 101011 1011011 11101 100000 1010100 100111

Color Harmonies of #B56810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56810

Black with #B56810

Text Example


Text Example

White with #B56810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56810; }

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

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

background-color css

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

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

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

border-color css

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

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

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