Html Css Color HEX #B17417 Pirate Gold

📋 copy color: '#B17417'

red 177 ◦ green 116 ◦ blue 23

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

Shades of Pirate Gold #B17417

Tints of Pirate Gold #B17417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 56.01%
G = 36.71%
B = 7.28%

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

#B17417 (or 0xB17417) is known color: Pirate Gold. HEX triplet: B1, 74 and 17. RGB value is (177,116,23). Sum of RGB (Red+Green+Blue) = 177+116+23=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B17417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17417 is #4E8BE8. Grayscale: #7C7C7C. Windows color (decimal): -5147625 or 1537201. OLE color: 1537201.

HSL color Cylindrical-coordinate representation of color #B17417: hue angle of 36.23º 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 #B17417 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 116 23 -
CMYK 0 0.34 0.87 0.31
HSL 36.23º 0.77% 0.39% -
HSV(B) 36.23º 0.87% 0.69% -
XYZ 24.53 21.9 3.74 -
YUV 123.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 177 116 23 0 0.34 0.87 0.31 36.23 0.77 0.39
Hex B1 74 17 0 22 57 1F 24 4D 27
Octal 261 164 27 0 42 127 37 44 115 47
Binary 10110001 1110100 10111 0 100010 1010111 11111 100100 1001101 100111

Color Harmonies of #B17417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17417

Black with #B17417

Text Example


Text Example

White with #B17417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17417; }

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

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

background-color css

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

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

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

border-color css

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

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

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