Html Css Color HEX #B87515 Pirate Gold

📋 copy color: '#B87515'

red 184 ◦ green 117 ◦ blue 21

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

Shades of Pirate Gold #B87515

Tints of Pirate Gold #B87515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.52%

R = 57.14%
G = 36.34%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B87515 (or 0xB87515) is known color: Pirate Gold. HEX triplet: B8, 75 and 15. RGB value is (184,117,21). Sum of RGB (Red+Green+Blue) = 184+117+21=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B87515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87515 is #478AEA. Grayscale: #7E7E7E. Windows color (decimal): -4688619 or 1406392. OLE color: 1406392.

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

Color convert

RGB 184 117 21 -
CMYK 0 0.36 0.89 0.28
HSL 35.34º 0.8% 0.4% -
HSV(B) 35.34º 0.89% 0.72% -
XYZ 26.26 22.97 3.76 -
YUV 126.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 184 117 21 0 0.36 0.89 0.28 35.34 0.8 0.4
Hex B8 75 15 0 24 59 1C 23 50 28
Octal 270 165 25 0 44 131 34 43 120 50
Binary 10111000 1110101 10101 0 100100 1011001 11100 100011 1010000 101000

Color Harmonies of #B87515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87515

Black with #B87515

Text Example


Text Example

White with #B87515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87515; }

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

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

background-color css

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

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

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

border-color css

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

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

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