Html Css Color HEX #B56D19 Pirate Gold

📋 copy color: '#B56D19'

red 181 ◦ green 109 ◦ blue 25

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

Shades of Pirate Gold #B56D19

Tints of Pirate Gold #B56D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 57.46%
G = 34.6%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B56D19 (or 0xB56D19) is known color: Pirate Gold. HEX triplet: B5, 6D and 19. RGB value is (181,109,25). Sum of RGB (Red+Green+Blue) = 181+109+25=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56D19 is #4A92E6. Grayscale: #797979. Windows color (decimal): -4887271 or 1666485. OLE color: 1666485.

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

Color convert

RGB 181 109 25 -
CMYK 0 0.40 0.86 0.29
HSL 32.31º 0.76% 0.4% -
HSV(B) 32.31º 0.86% 0.71% -
XYZ 24.7 20.83 3.64 -
YUV 120.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 181 109 25 0 0.40 0.86 0.29 32.31 0.76 0.4
Hex B5 6D 19 0 28 56 1D 20 4C 28
Octal 265 155 31 0 50 126 35 40 114 50
Binary 10110101 1101101 11001 0 101000 1010110 11101 100000 1001100 101000

Color Harmonies of #B56D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56D19

Black with #B56D19

Text Example


Text Example

White with #B56D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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