Html Css Color HEX #B47E20 Pirate Gold

📋 copy color: '#B47E20'

red 180 ◦ green 126 ◦ blue 32

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

Shades of Pirate Gold #B47E20

Tints of Pirate Gold #B47E20

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

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

R = 53.25%
G = 37.28%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B47E20 (or 0xB47E20) is known color: Pirate Gold. HEX triplet: B4, 7E and 20. RGB value is (180,126,32). Sum of RGB (Red+Green+Blue) = 180+126+32=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E20 is #4B81DF. Grayscale: #838383. Windows color (decimal): -4948448 or 2129588. OLE color: 2129588.

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

Color convert

RGB 180 126 32 -
CMYK 0 0.3 0.82 0.29
HSL 38.11º 0.7% 0.42% -
HSV(B) 38.11º 0.82% 0.71% -
XYZ 26.54 24.73 4.74 -
YUV 131.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 180 126 32 0 0.3 0.82 0.29 38.11 0.7 0.42
Hex B4 7E 20 0 1E 52 1D 26 46 2A
Octal 264 176 40 0 36 122 35 46 106 52
Binary 10110100 1111110 100000 0 11110 1010010 11101 100110 1000110 101010

Color Harmonies of #B47E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E20

Black with #B47E20

Text Example


Text Example

White with #B47E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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