Html Css Color HEX #B56513 Golden Brown

📋 copy color: '#B56513'

red 181 ◦ green 101 ◦ blue 19

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

Shades of Golden Brown #B56513

Tints of Golden Brown #B56513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.55%

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

R = 60.13%
G = 33.55%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B56513 (or 0xB56513) is known color: Golden Brown. HEX triplet: B5, 65 and 13. RGB value is (181,101,19). Sum of RGB (Red+Green+Blue) = 181+101+19=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B56513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56513 is #4A9AEC. Grayscale: #737373. Windows color (decimal): -4889325 or 1271221. OLE color: 1271221.

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

Color convert

RGB 181 101 19 -
CMYK 0 0.44 0.90 0.29
HSL 30.37º 0.81% 0.39% -
HSV(B) 30.37º 0.9% 0.71% -
XYZ 23.83 19.18 3.06 -
YUV 115.57 73.5 174.67 -
System Red Green Blue C M Y K H S L
Decimal 181 101 19 0 0.44 0.90 0.29 30.37 0.81 0.39
Hex B5 65 13 0 2C 5A 1D 1E 51 27
Octal 265 145 23 0 54 132 35 36 121 47
Binary 10110101 1100101 10011 0 101100 1011010 11101 11110 1010001 100111

Color Harmonies of #B56513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56513

Black with #B56513

Text Example


Text Example

White with #B56513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56513; }

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

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

background-color css

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

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

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

border-color css

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

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

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