Html Css Color HEX #B87524 Pirate Gold

📋 copy color: '#B87524'

red 184 ◦ green 117 ◦ blue 36

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

Shades of Pirate Gold #B87524

Tints of Pirate Gold #B87524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 54.6%
G = 34.72%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B87524 (or 0xB87524) is known color: Pirate Gold. HEX triplet: B8, 75 and 24. RGB value is (184,117,36). Sum of RGB (Red+Green+Blue) = 184+117+36=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B87524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87524 is #478ADB. Grayscale: #808080. Windows color (decimal): -4688604 or 2389432. OLE color: 2389432.

HSL color Cylindrical-coordinate representation of color #B87524: hue angle of 32.84º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B87524 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 117 36 -
CMYK 0 0.36 0.80 0.28
HSL 32.84º 0.67% 0.43% -
HSV(B) 32.84º 0.8% 0.72% -
XYZ 26.45 23.04 4.72 -
YUV 127.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 184 117 36 0 0.36 0.80 0.28 32.84 0.67 0.43
Hex B8 75 24 0 24 50 1C 21 43 2B
Octal 270 165 44 0 44 120 34 41 103 53
Binary 10111000 1110101 100100 0 100100 1010000 11100 100001 1000011 101011

Color Harmonies of #B87524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87524

Black with #B87524

Text Example


Text Example

White with #B87524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87524; }

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

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

background-color css

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

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

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

border-color css

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

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

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