Html Css Color HEX #B47320 Pirate Gold

📋 copy color: '#B47320'

red 180 ◦ green 115 ◦ blue 32

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

Shades of Pirate Gold #B47320

Tints of Pirate Gold #B47320

RGB

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

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

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

R = 55.05%
G = 35.17%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B47320 (or 0xB47320) is known color: Pirate Gold. HEX triplet: B4, 73 and 20. RGB value is (180,115,32). Sum of RGB (Red+Green+Blue) = 180+115+32=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B47320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47320 is #4B8CDF. Grayscale: #7D7D7D. Windows color (decimal): -4951264 or 2126772. OLE color: 2126772.

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

Color convert

RGB 180 115 32 -
CMYK 0 0.36 0.82 0.29
HSL 33.65º 0.7% 0.42% -
HSV(B) 33.65º 0.82% 0.71% -
XYZ 25.21 22.07 4.3 -
YUV 124.97 75.53 167.25 -
System Red Green Blue C M Y K H S L
Decimal 180 115 32 0 0.36 0.82 0.29 33.65 0.7 0.42
Hex B4 73 20 0 24 52 1D 22 46 2A
Octal 264 163 40 0 44 122 35 42 106 52
Binary 10110100 1110011 100000 0 100100 1010010 11101 100010 1000110 101010

Color Harmonies of #B47320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47320

Black with #B47320

Text Example


Text Example

White with #B47320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47320; }

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

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

background-color css

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

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

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

border-color css

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

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

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