Html Css Color HEX #B17120 Pirate Gold

📋 copy color: '#B17120'

red 177 ◦ green 113 ◦ blue 32

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

Shades of Pirate Gold #B17120

Tints of Pirate Gold #B17120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.09%

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

R = 54.97%
G = 35.09%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B17120 (or 0xB17120) is known color: Pirate Gold. HEX triplet: B1, 71 and 20. RGB value is (177,113,32). Sum of RGB (Red+Green+Blue) = 177+113+32=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B17120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17120 is #4E8EDF. Grayscale: #7B7B7B. Windows color (decimal): -5148384 or 2126257. OLE color: 2126257.

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

Color convert

RGB 177 113 32 -
CMYK 0 0.36 0.82 0.31
HSL 33.52º 0.69% 0.41% -
HSV(B) 33.52º 0.82% 0.69% -
XYZ 24.3 21.26 4.19 -
YUV 122.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 177 113 32 0 0.36 0.82 0.31 33.52 0.69 0.41
Hex B1 71 20 0 24 52 1F 22 45 29
Octal 261 161 40 0 44 122 37 42 105 51
Binary 10110001 1110001 100000 0 100100 1010010 11111 100010 1000101 101001

Color Harmonies of #B17120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17120

Black with #B17120

Text Example


Text Example

White with #B17120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17120; }

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

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

background-color css

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

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

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

border-color css

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

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

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