Html Css Color HEX #B47329 Pirate Gold

📋 copy color: '#B47329'

red 180 ◦ green 115 ◦ blue 41

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

Shades of Pirate Gold #B47329

Tints of Pirate Gold #B47329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.2%

R = 53.57%
G = 34.23%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B47329 (or 0xB47329) is known color: Pirate Gold. HEX triplet: B4, 73 and 29. RGB value is (180,115,41). Sum of RGB (Red+Green+Blue) = 180+115+41=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B47329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47329 is #4B8CD6. Grayscale: #7E7E7E. Windows color (decimal): -4951255 or 2716596. OLE color: 2716596.

HSL color Cylindrical-coordinate representation of color #B47329: hue angle of 31.94º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B47329 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 115 41 -
CMYK 0 0.36 0.77 0.29
HSL 31.94º 0.63% 0.43% -
HSV(B) 31.94º 0.77% 0.71% -
XYZ 25.35 22.12 5.03 -
YUV 126 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 180 115 41 0 0.36 0.77 0.29 31.94 0.63 0.43
Hex B4 73 29 0 24 4D 1D 20 3F 2B
Octal 264 163 51 0 44 115 35 40 77 53
Binary 10110100 1110011 101001 0 100100 1001101 11101 100000 111111 101011

Color Harmonies of #B47329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47329

Black with #B47329

Text Example


Text Example

White with #B47329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47329; }

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

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

background-color css

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

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

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

border-color css

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

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

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