Html Css Color HEX #B56D16 Pirate Gold

📋 copy color: '#B56D16'

red 181 ◦ green 109 ◦ blue 22

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

Shades of Pirate Gold #B56D16

Tints of Pirate Gold #B56D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.05%

R = 58.01%
G = 34.94%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B56D16 (or 0xB56D16) is known color: Pirate Gold. HEX triplet: B5, 6D and 16. RGB value is (181,109,22). Sum of RGB (Red+Green+Blue) = 181+109+22=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56D16 is #4A92E9. Grayscale: #797979. Windows color (decimal): -4887274 or 1469877. OLE color: 1469877.

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

Color convert

RGB 181 109 22 -
CMYK 0 0.40 0.88 0.29
HSL 32.83º 0.78% 0.4% -
HSV(B) 32.83º 0.88% 0.71% -
XYZ 24.67 20.82 3.48 -
YUV 120.61 72.35 171.07 -
System Red Green Blue C M Y K H S L
Decimal 181 109 22 0 0.40 0.88 0.29 32.83 0.78 0.4
Hex B5 6D 16 0 28 58 1D 21 4E 28
Octal 265 155 26 0 50 130 35 41 116 50
Binary 10110101 1101101 10110 0 101000 1011000 11101 100001 1001110 101000

Color Harmonies of #B56D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56D16

Black with #B56D16

Text Example


Text Example

White with #B56D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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