Html Css Color HEX #B56E20 Pirate Gold

📋 copy color: '#B56E20'

red 181 ◦ green 110 ◦ blue 32

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

Shades of Pirate Gold #B56E20

Tints of Pirate Gold #B56E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 56.04%
G = 34.06%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B56E20 (or 0xB56E20) is known color: Pirate Gold. HEX triplet: B5, 6E and 20. RGB value is (181,110,32). Sum of RGB (Red+Green+Blue) = 181+110+32=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E20 is #4A91DF. Grayscale: #7A7A7A. Windows color (decimal): -4887008 or 2125493. OLE color: 2125493.

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

Color convert

RGB 181 110 32 -
CMYK 0 0.39 0.82 0.29
HSL 31.41º 0.7% 0.42% -
HSV(B) 31.41º 0.82% 0.71% -
XYZ 24.89 21.08 4.12 -
YUV 122.34 77.02 169.84 -
System Red Green Blue C M Y K H S L
Decimal 181 110 32 0 0.39 0.82 0.29 31.41 0.7 0.42
Hex B5 6E 20 0 27 52 1D 1F 46 2A
Octal 265 156 40 0 47 122 35 37 106 52
Binary 10110101 1101110 100000 0 100111 1010010 11101 11111 1000110 101010

Color Harmonies of #B56E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56E20

Black with #B56E20

Text Example


Text Example

White with #B56E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56E20; }

 p { color: rgb(181,110,32); }

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

background-color css

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

 a { background-color: rgb(181,110,32); }

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

border-color css

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

 span { border-color: rgb(181,110,32); }

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