Html Css Color HEX #B56210 Golden Brown

📋 copy color: '#B56210'

red 181 ◦ green 98 ◦ blue 16

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

Shades of Golden Brown #B56210

Tints of Golden Brown #B56210

RGB

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

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

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

R = 61.36%
G = 33.22%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B56210 (or 0xB56210) is known color: Golden Brown. HEX triplet: B5, 62 and 10. RGB value is (181,98,16). Sum of RGB (Red+Green+Blue) = 181+98+16=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B56210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56210 is #4A9DEF. Grayscale: #717171. Windows color (decimal): -4890096 or 1073845. OLE color: 1073845.

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

Color convert

RGB 181 98 16 -
CMYK 0 0.46 0.91 0.29
HSL 29.82º 0.84% 0.39% -
HSV(B) 29.82º 0.91% 0.71% -
XYZ 23.52 18.6 2.84 -
YUV 113.47 73 176.17 -
System Red Green Blue C M Y K H S L
Decimal 181 98 16 0 0.46 0.91 0.29 29.82 0.84 0.39
Hex B5 62 10 0 2E 5B 1D 1E 54 27
Octal 265 142 20 0 56 133 35 36 124 47
Binary 10110101 1100010 10000 0 101110 1011011 11101 11110 1010100 100111

Color Harmonies of #B56210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56210

Black with #B56210

Text Example


Text Example

White with #B56210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56210; }

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

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

background-color css

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

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

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

border-color css

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

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

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