Html Css Color HEX #B87529 Pirate Gold

📋 copy color: '#B87529'

red 184 ◦ green 117 ◦ blue 41

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

Shades of Pirate Gold #B87529

Tints of Pirate Gold #B87529

RGB

 RED value IS 184 (72.27% from 255) = 53.8%

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

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

R = 53.8%
G = 34.21%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B87529 (or 0xB87529) is known color: Pirate Gold. HEX triplet: B8, 75 and 29. RGB value is (184,117,41). Sum of RGB (Red+Green+Blue) = 184+117+41=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B87529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87529 is #478AD6. Grayscale: #808080. Windows color (decimal): -4688599 or 2717112. OLE color: 2717112.

HSL color Cylindrical-coordinate representation of color #B87529: hue angle of 31.89º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B87529 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 117 41 -
CMYK 0 0.36 0.78 0.28
HSL 31.89º 0.64% 0.44% -
HSV(B) 31.89º 0.78% 0.72% -
XYZ 26.53 23.07 5.15 -
YUV 128.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 184 117 41 0 0.36 0.78 0.28 31.89 0.64 0.44
Hex B8 75 29 0 24 4E 1C 20 40 2C
Octal 270 165 51 0 44 116 34 40 100 54
Binary 10111000 1110101 101001 0 100100 1001110 11100 100000 1000000 101100

Color Harmonies of #B87529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87529

Black with #B87529

Text Example


Text Example

White with #B87529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87529; }

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

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

background-color css

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

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

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

border-color css

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

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

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