Html Css Color HEX #B87528 Pirate Gold

📋 copy color: '#B87528'

red 184 ◦ green 117 ◦ blue 40

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

Shades of Pirate Gold #B87528

Tints of Pirate Gold #B87528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 53.96%
G = 34.31%
B = 11.73%

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

#B87528 (or 0xB87528) is known color: Pirate Gold. HEX triplet: B8, 75 and 28. RGB value is (184,117,40). Sum of RGB (Red+Green+Blue) = 184+117+40=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B87528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87528 is #478AD7. Grayscale: #808080. Windows color (decimal): -4688600 or 2651576. OLE color: 2651576.

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

Color convert

RGB 184 117 40 -
CMYK 0 0.36 0.78 0.28
HSL 32.08º 0.64% 0.44% -
HSV(B) 32.08º 0.78% 0.72% -
XYZ 26.51 23.07 5.06 -
YUV 128.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 184 117 40 0 0.36 0.78 0.28 32.08 0.64 0.44
Hex B8 75 28 0 24 4E 1C 20 40 2C
Octal 270 165 50 0 44 116 34 40 100 54
Binary 10111000 1110101 101000 0 100100 1001110 11100 100000 1000000 101100

Color Harmonies of #B87528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87528

Black with #B87528

Text Example


Text Example

White with #B87528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87528; }

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

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

background-color css

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

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

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

border-color css

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

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

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