Html Css Color HEX #B17320 Pirate Gold

📋 copy color: '#B17320'

red 177 ◦ green 115 ◦ blue 32

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

Shades of Pirate Gold #B17320

Tints of Pirate Gold #B17320

RGB

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

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

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

R = 54.63%
G = 35.49%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B17320 (or 0xB17320) is known color: Pirate Gold. HEX triplet: B1, 73 and 20. RGB value is (177,115,32). Sum of RGB (Red+Green+Blue) = 177+115+32=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B17320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17320 is #4E8CDF. Grayscale: #7C7C7C. Windows color (decimal): -5147872 or 2126769. OLE color: 2126769.

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

Color convert

RGB 177 115 32 -
CMYK 0 0.35 0.82 0.31
HSL 34.34º 0.69% 0.41% -
HSV(B) 34.34º 0.82% 0.69% -
XYZ 24.52 21.71 4.27 -
YUV 124.08 76.04 165.75 -
System Red Green Blue C M Y K H S L
Decimal 177 115 32 0 0.35 0.82 0.31 34.34 0.69 0.41
Hex B1 73 20 0 23 52 1F 22 45 29
Octal 261 163 40 0 43 122 37 42 105 51
Binary 10110001 1110011 100000 0 100011 1010010 11111 100010 1000101 101001

Color Harmonies of #B17320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17320

Black with #B17320

Text Example


Text Example

White with #B17320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17320; }

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

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

background-color css

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

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

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

border-color css

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

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

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