Html Css Color HEX #B37520 Pirate Gold

📋 copy color: '#B37520'

red 179 ◦ green 117 ◦ blue 32

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

Shades of Pirate Gold #B37520

Tints of Pirate Gold #B37520

RGB

 RED value IS 179 (70.31% from 255) = 54.57%

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 54.57%
G = 35.67%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B37520 (or 0xB37520) is known color: Pirate Gold. HEX triplet: B3, 75 and 20. RGB value is (179,117,32). Sum of RGB (Red+Green+Blue) = 179+117+32=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B37520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37520 is #4C8ADF. Grayscale: #7E7E7E. Windows color (decimal): -5016288 or 2127283. OLE color: 2127283.

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

Color convert

RGB 179 117 32 -
CMYK 0 0.35 0.82 0.30
HSL 34.69º 0.7% 0.41% -
HSV(B) 34.69º 0.82% 0.7% -
XYZ 25.21 22.41 4.36 -
YUV 125.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 179 117 32 0 0.35 0.82 0.30 34.69 0.7 0.41
Hex B3 75 20 0 23 52 1E 23 46 29
Octal 263 165 40 0 43 122 36 43 106 51
Binary 10110011 1110101 100000 0 100011 1010010 11110 100011 1000110 101001

Color Harmonies of #B37520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37520

Black with #B37520

Text Example


Text Example

White with #B37520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37520; }

 p { color: rgb(179,117,32); }

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

background-color css

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

 a { background-color: rgb(179,117,32); }

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

border-color css

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

 span { border-color: rgb(179,117,32); }

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