Html Css Color HEX #B87F1C Pirate Gold

📋 copy color: '#B87F1C'

red 184 ◦ green 127 ◦ blue 28

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

Shades of Pirate Gold #B87F1C

Tints of Pirate Gold #B87F1C

RGB

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

 GREEN value IS 127 (50% from 255) = 37.46%

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 54.28%
G = 37.46%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B87F1C (or 0xB87F1C) is known color: Pirate Gold. HEX triplet: B8, 7F and 1C. RGB value is (184,127,28). Sum of RGB (Red+Green+Blue) = 184+127+28=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F1C is #4780E3. Grayscale: #858585. Windows color (decimal): -4686052 or 1867704. OLE color: 1867704.

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

Color convert

RGB 184 127 28 -
CMYK 0 0.31 0.85 0.28
HSL 38.08º 0.74% 0.42% -
HSV(B) 38.08º 0.85% 0.72% -
XYZ 27.57 25.45 4.56 -
YUV 132.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 184 127 28 0 0.31 0.85 0.28 38.08 0.74 0.42
Hex B8 7F 1C 0 1F 55 1C 26 4A 2A
Octal 270 177 34 0 37 125 34 46 112 52
Binary 10111000 1111111 11100 0 11111 1010101 11100 100110 1001010 101010

Color Harmonies of #B87F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87F1C

Black with #B87F1C

Text Example


Text Example

White with #B87F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87F1C; }

 p { color: rgb(184,127,28); }

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

background-color css

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

 a { background-color: rgb(184,127,28); }

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

border-color css

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

 span { border-color: rgb(184,127,28); }

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