Html Css Color HEX #B87C25 Pirate Gold

📋 copy color: '#B87C25'

red 184 ◦ green 124 ◦ blue 37

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

Shades of Pirate Gold #B87C25

Tints of Pirate Gold #B87C25

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 53.33%
G = 35.94%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B87C25 (or 0xB87C25) is known color: Pirate Gold. HEX triplet: B8, 7C and 25. RGB value is (184,124,37). Sum of RGB (Red+Green+Blue) = 184+124+37=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C25 is #4783DA. Grayscale: #848484. Windows color (decimal): -4686811 or 2456760. OLE color: 2456760.

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

Color convert

RGB 184 124 37 -
CMYK 0 0.33 0.80 0.28
HSL 35.51º 0.67% 0.43% -
HSV(B) 35.51º 0.8% 0.72% -
XYZ 27.31 24.74 5.09 -
YUV 132.02 74.38 165.07 -
System Red Green Blue C M Y K H S L
Decimal 184 124 37 0 0.33 0.80 0.28 35.51 0.67 0.43
Hex B8 7C 25 0 21 50 1C 24 43 2B
Octal 270 174 45 0 41 120 34 44 103 53
Binary 10111000 1111100 100101 0 100001 1010000 11100 100100 1000011 101011

Color Harmonies of #B87C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C25

Black with #B87C25

Text Example


Text Example

White with #B87C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C25; }

 p { color: rgb(184,124,37); }

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

background-color css

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

 a { background-color: rgb(184,124,37); }

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

border-color css

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

 span { border-color: rgb(184,124,37); }

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