Html Css Color HEX #B87C1E Pirate Gold

📋 copy color: '#B87C1E'

red 184 ◦ green 124 ◦ blue 30

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

Shades of Pirate Gold #B87C1E

Tints of Pirate Gold #B87C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.88%

R = 54.44%
G = 36.69%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B87C1E (or 0xB87C1E) is known color: Pirate Gold. HEX triplet: B8, 7C and 1E. RGB value is (184,124,30). Sum of RGB (Red+Green+Blue) = 184+124+30=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C1E is #4783E1. Grayscale: #838383. Windows color (decimal): -4686818 or 1998008. OLE color: 1998008.

HSL color Cylindrical-coordinate representation of color #B87C1E: hue angle of 36.62º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B87C1E is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 124 30 -
CMYK 0 0.33 0.84 0.28
HSL 36.62º 0.72% 0.42% -
HSV(B) 36.62º 0.84% 0.72% -
XYZ 27.21 24.7 4.56 -
YUV 131.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 184 124 30 0 0.33 0.84 0.28 36.62 0.72 0.42
Hex B8 7C 1E 0 21 54 1C 25 48 2A
Octal 270 174 36 0 41 124 34 45 110 52
Binary 10111000 1111100 11110 0 100001 1010100 11100 100101 1001000 101010

Color Harmonies of #B87C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C1E

Black with #B87C1E

Text Example


Text Example

White with #B87C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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