Html Css Color HEX #B17517 Pirate Gold

📋 copy color: '#B17517'

red 177 ◦ green 117 ◦ blue 23

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

Shades of Pirate Gold #B17517

Tints of Pirate Gold #B17517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 55.84%
G = 36.91%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B17517 (or 0xB17517) is known color: Pirate Gold. HEX triplet: B1, 75 and 17. RGB value is (177,117,23). Sum of RGB (Red+Green+Blue) = 177+117+23=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B17517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17517 is #4E8AE8. Grayscale: #7C7C7C. Windows color (decimal): -5147369 or 1537457. OLE color: 1537457.

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

Color convert

RGB 177 117 23 -
CMYK 0 0.34 0.87 0.31
HSL 36.62º 0.77% 0.39% -
HSV(B) 36.62º 0.87% 0.69% -
XYZ 24.65 22.13 3.78 -
YUV 124.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 177 117 23 0 0.34 0.87 0.31 36.62 0.77 0.39
Hex B1 75 17 0 22 57 1F 25 4D 27
Octal 261 165 27 0 42 127 37 45 115 47
Binary 10110001 1110101 10111 0 100010 1010111 11111 100101 1001101 100111

Color Harmonies of #B17517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17517

Black with #B17517

Text Example


Text Example

White with #B17517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17517; }

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

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

background-color css

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

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

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

border-color css

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

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

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