Html Css Color HEX #B56913 Pirate Gold

📋 copy color: '#B56913'

red 181 ◦ green 105 ◦ blue 19

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

Shades of Pirate Gold #B56913

Tints of Pirate Gold #B56913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 59.34%
G = 34.43%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B56913 (or 0xB56913) is known color: Pirate Gold. HEX triplet: B5, 69 and 13. RGB value is (181,105,19). Sum of RGB (Red+Green+Blue) = 181+105+19=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B56913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56913 is #4A96EC. Grayscale: #767676. Windows color (decimal): -4888301 or 1272245. OLE color: 1272245.

HSL color Cylindrical-coordinate representation of color #B56913: hue angle of 31.85º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B56913 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 105 19 -
CMYK 0 0.42 0.90 0.29
HSL 31.85º 0.81% 0.39% -
HSV(B) 31.85º 0.9% 0.71% -
XYZ 24.23 19.97 3.19 -
YUV 117.92 72.18 172.99 -
System Red Green Blue C M Y K H S L
Decimal 181 105 19 0 0.42 0.90 0.29 31.85 0.81 0.39
Hex B5 69 13 0 2A 5A 1D 20 51 27
Octal 265 151 23 0 52 132 35 40 121 47
Binary 10110101 1101001 10011 0 101010 1011010 11101 100000 1010001 100111

Color Harmonies of #B56913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56913

Black with #B56913

Text Example


Text Example

White with #B56913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56913; }

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

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

background-color css

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

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

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

border-color css

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

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

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