Html Css Color HEX #B17620 Pirate Gold

📋 copy color: '#B17620'

red 177 ◦ green 118 ◦ blue 32

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

Shades of Pirate Gold #B17620

Tints of Pirate Gold #B17620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 54.13%
G = 36.09%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B17620 (or 0xB17620) is known color: Pirate Gold. HEX triplet: B1, 76 and 20. RGB value is (177,118,32). Sum of RGB (Red+Green+Blue) = 177+118+32=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B17620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17620 is #4E89DF. Grayscale: #7E7E7E. Windows color (decimal): -5147104 or 2127537. OLE color: 2127537.

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

Color convert

RGB 177 118 32 -
CMYK 0 0.33 0.82 0.31
HSL 35.59º 0.69% 0.41% -
HSV(B) 35.59º 0.82% 0.69% -
XYZ 24.87 22.41 4.38 -
YUV 125.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 177 118 32 0 0.33 0.82 0.31 35.59 0.69 0.41
Hex B1 76 20 0 21 52 1F 24 45 29
Octal 261 166 40 0 41 122 37 44 105 51
Binary 10110001 1110110 100000 0 100001 1010010 11111 100100 1000101 101001

Color Harmonies of #B17620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17620

Black with #B17620

Text Example


Text Example

White with #B17620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17620; }

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

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

background-color css

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

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

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

border-color css

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

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

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