Html Css Color HEX #B17619 Pirate Gold

📋 copy color: '#B17619'

red 177 ◦ green 118 ◦ blue 25

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

Shades of Pirate Gold #B17619

Tints of Pirate Gold #B17619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.88%

 BLUE value IS 25 (10.16% from 255) = 7.81%

R = 55.31%
G = 36.88%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B17619 (or 0xB17619) is known color: Pirate Gold. HEX triplet: B1, 76 and 19. RGB value is (177,118,25). Sum of RGB (Red+Green+Blue) = 177+118+25=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B17619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17619 is #4E89E6. Grayscale: #7D7D7D. Windows color (decimal): -5147111 or 1668785. OLE color: 1668785.

HSL color Cylindrical-coordinate representation of color #B17619: hue angle of 36.71º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B17619 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 118 25 -
CMYK 0 0.33 0.86 0.31
HSL 36.71º 0.75% 0.4% -
HSV(B) 36.71º 0.86% 0.69% -
XYZ 24.79 22.37 3.93 -
YUV 125.04 71.55 165.06 -
System Red Green Blue C M Y K H S L
Decimal 177 118 25 0 0.33 0.86 0.31 36.71 0.75 0.4
Hex B1 76 19 0 21 56 1F 25 4B 28
Octal 261 166 31 0 41 126 37 45 113 50
Binary 10110001 1110110 11001 0 100001 1010110 11111 100101 1001011 101000

Color Harmonies of #B17619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17619

Black with #B17619

Text Example


Text Example

White with #B17619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17619; }

 p { color: rgb(177,118,25); }

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

background-color css

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

 a { background-color: rgb(177,118,25); }

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

border-color css

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

 span { border-color: rgb(177,118,25); }

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