Html Css Color HEX #B17516 Pirate Gold

📋 copy color: '#B17516'

red 177 ◦ green 117 ◦ blue 22

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

Shades of Pirate Gold #B17516

Tints of Pirate Gold #B17516

RGB

 RED value IS 177 (69.53% from 255) = 56.01%

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 56.01%
G = 37.03%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B17516 (or 0xB17516) is known color: Pirate Gold. HEX triplet: B1, 75 and 16. RGB value is (177,117,22). Sum of RGB (Red+Green+Blue) = 177+117+22=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B17516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17516 is #4E8AE9. Grayscale: #7C7C7C. Windows color (decimal): -5147370 or 1471921. OLE color: 1471921.

HSL color Cylindrical-coordinate representation of color #B17516: hue angle of 36.77º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B17516 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 117 22 -
CMYK 0 0.34 0.88 0.31
HSL 36.77º 0.78% 0.39% -
HSV(B) 36.77º 0.88% 0.69% -
XYZ 24.64 22.13 3.73 -
YUV 124.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 177 117 22 0 0.34 0.88 0.31 36.77 0.78 0.39
Hex B1 75 16 0 22 58 1F 25 4E 27
Octal 261 165 26 0 42 130 37 45 116 47
Binary 10110001 1110101 10110 0 100010 1011000 11111 100101 1001110 100111

Color Harmonies of #B17516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17516

Black with #B17516

Text Example


Text Example

White with #B17516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17516; }

 p { color: rgb(177,117,22); }

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

background-color css

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

 a { background-color: rgb(177,117,22); }

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

border-color css

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

 span { border-color: rgb(177,117,22); }

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