Html Css Color HEX #B47520 Pirate Gold

📋 copy color: '#B47520'

red 180 ◦ green 117 ◦ blue 32

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

Shades of Pirate Gold #B47520

Tints of Pirate Gold #B47520

RGB

 RED value IS 180 (70.7% from 255) = 54.71%

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

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

R = 54.71%
G = 35.56%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B47520 (or 0xB47520) is known color: Pirate Gold. HEX triplet: B4, 75 and 20. RGB value is (180,117,32). Sum of RGB (Red+Green+Blue) = 180+117+32=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B47520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47520 is #4B8ADF. Grayscale: #7E7E7E. Windows color (decimal): -4950752 or 2127284. OLE color: 2127284.

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

Color convert

RGB 180 117 32 -
CMYK 0 0.35 0.82 0.29
HSL 34.46º 0.7% 0.42% -
HSV(B) 34.46º 0.82% 0.71% -
XYZ 25.44 22.53 4.37 -
YUV 126.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 180 117 32 0 0.35 0.82 0.29 34.46 0.7 0.42
Hex B4 75 20 0 23 52 1D 22 46 2A
Octal 264 165 40 0 43 122 35 42 106 52
Binary 10110100 1110101 100000 0 100011 1010010 11101 100010 1000110 101010

Color Harmonies of #B47520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47520

Black with #B47520

Text Example


Text Example

White with #B47520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47520; }

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

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

background-color css

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

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

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

border-color css

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

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

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