Html Css Color HEX #B47321 Pirate Gold

📋 copy color: '#B47321'

red 180 ◦ green 115 ◦ blue 33

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

Shades of Pirate Gold #B47321

Tints of Pirate Gold #B47321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.06%

R = 54.88%
G = 35.06%
B = 10.06%

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

#B47321 (or 0xB47321) is known color: Pirate Gold. HEX triplet: B4, 73 and 21. RGB value is (180,115,33). Sum of RGB (Red+Green+Blue) = 180+115+33=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B47321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47321 is #4B8CDE. Grayscale: #7D7D7D. Windows color (decimal): -4951263 or 2192308. OLE color: 2192308.

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

Color convert

RGB 180 115 33 -
CMYK 0 0.36 0.82 0.29
HSL 33.47º 0.69% 0.42% -
HSV(B) 33.47º 0.82% 0.71% -
XYZ 25.23 22.07 4.37 -
YUV 125.09 76.03 167.17 -
System Red Green Blue C M Y K H S L
Decimal 180 115 33 0 0.36 0.82 0.29 33.47 0.69 0.42
Hex B4 73 21 0 24 52 1D 21 45 2A
Octal 264 163 41 0 44 122 35 41 105 52
Binary 10110100 1110011 100001 0 100100 1010010 11101 100001 1000101 101010

Color Harmonies of #B47321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47321

Black with #B47321

Text Example


Text Example

White with #B47321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47321; }

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

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

background-color css

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

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

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

border-color css

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

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

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