Html Css Color HEX #B56914 Pirate Gold

📋 copy color: '#B56914'

red 181 ◦ green 105 ◦ blue 20

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

Shades of Pirate Gold #B56914

Tints of Pirate Gold #B56914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 59.15%
G = 34.31%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B56914 (or 0xB56914) is known color: Pirate Gold. HEX triplet: B5, 69 and 14. RGB value is (181,105,20). Sum of RGB (Red+Green+Blue) = 181+105+20=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B56914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56914 is #4A96EB. Grayscale: #767676. Windows color (decimal): -4888300 or 1337781. OLE color: 1337781.

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

Color convert

RGB 181 105 20 -
CMYK 0 0.42 0.89 0.29
HSL 31.68º 0.8% 0.39% -
HSV(B) 31.68º 0.89% 0.71% -
XYZ 24.23 19.98 3.24 -
YUV 118.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 181 105 20 0 0.42 0.89 0.29 31.68 0.8 0.39
Hex B5 69 14 0 2A 59 1D 20 50 27
Octal 265 151 24 0 52 131 35 40 120 47
Binary 10110101 1101001 10100 0 101010 1011001 11101 100000 1010000 100111

Color Harmonies of #B56914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56914

Black with #B56914

Text Example


Text Example

White with #B56914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56914; }

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

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

background-color css

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

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

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

border-color css

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

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

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