Html Css Color HEX #B17316 Pirate Gold

📋 copy color: '#B17316'

red 177 ◦ green 115 ◦ blue 22

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

Shades of Pirate Gold #B17316

Tints of Pirate Gold #B17316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

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

R = 56.37%
G = 36.62%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B17316 (or 0xB17316) is known color: Pirate Gold. HEX triplet: B1, 73 and 16. RGB value is (177,115,22). Sum of RGB (Red+Green+Blue) = 177+115+22=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B17316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17316 is #4E8CE9. Grayscale: #7B7B7B. Windows color (decimal): -5147882 or 1471409. OLE color: 1471409.

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

Color convert

RGB 177 115 22 -
CMYK 0 0.35 0.88 0.31
HSL 36º 0.78% 0.39% -
HSV(B) 36º 0.88% 0.69% -
XYZ 24.41 21.67 3.65 -
YUV 122.94 71.04 166.56 -
System Red Green Blue C M Y K H S L
Decimal 177 115 22 0 0.35 0.88 0.31 36 0.78 0.39
Hex B1 73 16 0 23 58 1F 24 4E 27
Octal 261 163 26 0 43 130 37 44 116 47
Binary 10110001 1110011 10110 0 100011 1011000 11111 100100 1001110 100111

Color Harmonies of #B17316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17316

Black with #B17316

Text Example


Text Example

White with #B17316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17316; }

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

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

background-color css

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

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

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

border-color css

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

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

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