Html Css Color HEX #B47529 Pirate Gold

📋 copy color: '#B47529'

red 180 ◦ green 117 ◦ blue 41

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

Shades of Pirate Gold #B47529

Tints of Pirate Gold #B47529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

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

R = 53.25%
G = 34.62%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B47529 (or 0xB47529) is known color: Pirate Gold. HEX triplet: B4, 75 and 29. RGB value is (180,117,41). Sum of RGB (Red+Green+Blue) = 180+117+41=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B47529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47529 is #4B8AD6. Grayscale: #7F7F7F. Windows color (decimal): -4950743 or 2717108. OLE color: 2717108.

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

Color convert

RGB 180 117 41 -
CMYK 0 0.35 0.77 0.29
HSL 32.81º 0.63% 0.43% -
HSV(B) 32.81º 0.77% 0.71% -
XYZ 25.58 22.59 5.11 -
YUV 127.17 79.37 165.68 -
System Red Green Blue C M Y K H S L
Decimal 180 117 41 0 0.35 0.77 0.29 32.81 0.63 0.43
Hex B4 75 29 0 23 4D 1D 21 3F 2B
Octal 264 165 51 0 43 115 35 41 77 53
Binary 10110100 1110101 101001 0 100011 1001101 11101 100001 111111 101011

Color Harmonies of #B47529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47529

Black with #B47529

Text Example


Text Example

White with #B47529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47529; }

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

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

background-color css

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

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

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

border-color css

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

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

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