Html Css Color HEX #B56A19 Pirate Gold

📋 copy color: '#B56A19'

red 181 ◦ green 106 ◦ blue 25

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

Shades of Pirate Gold #B56A19

Tints of Pirate Gold #B56A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

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

R = 58.01%
G = 33.97%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B56A19 (or 0xB56A19) is known color: Pirate Gold. HEX triplet: B5, 6A and 19. RGB value is (181,106,25). Sum of RGB (Red+Green+Blue) = 181+106+25=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56A19 is #4A95E6. Grayscale: #777777. Windows color (decimal): -4888039 or 1665717. OLE color: 1665717.

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

Color convert

RGB 181 106 25 -
CMYK 0 0.41 0.86 0.29
HSL 31.15º 0.76% 0.4% -
HSV(B) 31.15º 0.86% 0.71% -
XYZ 24.39 20.2 3.53 -
YUV 119.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 181 106 25 0 0.41 0.86 0.29 31.15 0.76 0.4
Hex B5 6A 19 0 29 56 1D 1F 4C 28
Octal 265 152 31 0 51 126 35 37 114 50
Binary 10110101 1101010 11001 0 101001 1010110 11101 11111 1001100 101000

Color Harmonies of #B56A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56A19

Black with #B56A19

Text Example


Text Example

White with #B56A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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