Html Css Color HEX #B87527 Pirate Gold

📋 copy color: '#B87527'

red 184 ◦ green 117 ◦ blue 39

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

Shades of Pirate Gold #B87527

Tints of Pirate Gold #B87527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.47%

R = 54.12%
G = 34.41%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B87527 (or 0xB87527) is known color: Pirate Gold. HEX triplet: B8, 75 and 27. RGB value is (184,117,39). Sum of RGB (Red+Green+Blue) = 184+117+39=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B87527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87527 is #478AD8. Grayscale: #808080. Windows color (decimal): -4688601 or 2586040. OLE color: 2586040.

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

Color convert

RGB 184 117 39 -
CMYK 0 0.36 0.79 0.28
HSL 32.28º 0.65% 0.44% -
HSV(B) 32.28º 0.79% 0.72% -
XYZ 26.49 23.06 4.97 -
YUV 128.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 184 117 39 0 0.36 0.79 0.28 32.28 0.65 0.44
Hex B8 75 27 0 24 4F 1C 20 41 2C
Octal 270 165 47 0 44 117 34 40 101 54
Binary 10111000 1110101 100111 0 100100 1001111 11100 100000 1000001 101100

Color Harmonies of #B87527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87527

Black with #B87527

Text Example


Text Example

White with #B87527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87527; }

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

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

background-color css

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

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

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

border-color css

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

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

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