Html Css Color HEX #B47A20 Pirate Gold

📋 copy color: '#B47A20'

red 180 ◦ green 122 ◦ blue 32

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

Shades of Pirate Gold #B47A20

Tints of Pirate Gold #B47A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.53%

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

R = 53.89%
G = 36.53%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B47A20 (or 0xB47A20) is known color: Pirate Gold. HEX triplet: B4, 7A and 20. RGB value is (180,122,32). Sum of RGB (Red+Green+Blue) = 180+122+32=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A20 is #4B85DF. Grayscale: #818181. Windows color (decimal): -4949472 or 2128564. OLE color: 2128564.

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

Color convert

RGB 180 122 32 -
CMYK 0 0.32 0.82 0.29
HSL 36.49º 0.7% 0.42% -
HSV(B) 36.49º 0.82% 0.71% -
XYZ 26.04 23.73 4.57 -
YUV 129.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 180 122 32 0 0.32 0.82 0.29 36.49 0.7 0.42
Hex B4 7A 20 0 20 52 1D 24 46 2A
Octal 264 172 40 0 40 122 35 44 106 52
Binary 10110100 1111010 100000 0 100000 1010010 11101 100100 1000110 101010

Color Harmonies of #B47A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A20

Black with #B47A20

Text Example


Text Example

White with #B47A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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