Html Css Color HEX #B56D14 Pirate Gold

📋 copy color: '#B56D14'

red 181 ◦ green 109 ◦ blue 20

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

Shades of Pirate Gold #B56D14

Tints of Pirate Gold #B56D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.16%

 BLUE value IS 20 (8.2% from 255) = 6.45%

R = 58.39%
G = 35.16%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B56D14 (or 0xB56D14) is known color: Pirate Gold. HEX triplet: B5, 6D and 14. RGB value is (181,109,20). Sum of RGB (Red+Green+Blue) = 181+109+20=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56D14 is #4A92EB. Grayscale: #787878. Windows color (decimal): -4887276 or 1338805. OLE color: 1338805.

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

Color convert

RGB 181 109 20 -
CMYK 0 0.40 0.89 0.29
HSL 33.17º 0.8% 0.39% -
HSV(B) 33.17º 0.89% 0.71% -
XYZ 24.65 20.81 3.38 -
YUV 120.38 71.35 171.24 -
System Red Green Blue C M Y K H S L
Decimal 181 109 20 0 0.40 0.89 0.29 33.17 0.8 0.39
Hex B5 6D 14 0 28 59 1D 21 50 27
Octal 265 155 24 0 50 131 35 41 120 47
Binary 10110101 1101101 10100 0 101000 1011001 11101 100001 1010000 100111

Color Harmonies of #B56D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56D14

Black with #B56D14

Text Example


Text Example

White with #B56D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56D14; }

 p { color: rgb(181,109,20); }

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

background-color css

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

 a { background-color: rgb(181,109,20); }

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

border-color css

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

 span { border-color: rgb(181,109,20); }

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