Html Css Color HEX #B56113 Golden Brown

📋 copy color: '#B56113'

red 181 ◦ green 97 ◦ blue 19

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

Shades of Golden Brown #B56113

Tints of Golden Brown #B56113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 60.94%
G = 32.66%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B56113 (or 0xB56113) is known color: Golden Brown. HEX triplet: B5, 61 and 13. RGB value is (181,97,19). Sum of RGB (Red+Green+Blue) = 181+97+19=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B56113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56113 is #4A9EEC. Grayscale: #717171. Windows color (decimal): -4890349 or 1270197. OLE color: 1270197.

HSL color Cylindrical-coordinate representation of color #B56113: hue angle of 28.89º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B56113 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 97 19 -
CMYK 0 0.46 0.90 0.29
HSL 28.89º 0.81% 0.39% -
HSV(B) 28.89º 0.9% 0.71% -
XYZ 23.45 18.42 2.94 -
YUV 113.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 181 97 19 0 0.46 0.90 0.29 28.89 0.81 0.39
Hex B5 61 13 0 2E 5A 1D 1D 51 27
Octal 265 141 23 0 56 132 35 35 121 47
Binary 10110101 1100001 10011 0 101110 1011010 11101 11101 1010001 100111

Color Harmonies of #B56113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56113

Black with #B56113

Text Example


Text Example

White with #B56113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56113; }

 p { color: rgb(181,97,19); }

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

background-color css

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

 a { background-color: rgb(181,97,19); }

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

border-color css

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

 span { border-color: rgb(181,97,19); }

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