Html Css Color HEX #B87314 Pirate Gold

📋 copy color: '#B87314'

red 184 ◦ green 115 ◦ blue 20

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

Shades of Pirate Gold #B87314

Tints of Pirate Gold #B87314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.05%

 BLUE value IS 20 (8.2% from 255) = 6.27%

R = 57.68%
G = 36.05%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B87314 (or 0xB87314) is known color: Pirate Gold. HEX triplet: B8, 73 and 14. RGB value is (184,115,20). Sum of RGB (Red+Green+Blue) = 184+115+20=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B87314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87314 is #478CEB. Grayscale: #7D7D7D. Windows color (decimal): -4689132 or 1340344. OLE color: 1340344.

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

Color convert

RGB 184 115 20 -
CMYK 0 0.38 0.89 0.28
HSL 34.76º 0.8% 0.4% -
HSV(B) 34.76º 0.89% 0.72% -
XYZ 26.02 22.5 3.63 -
YUV 124.8 68.86 170.22 -
System Red Green Blue C M Y K H S L
Decimal 184 115 20 0 0.38 0.89 0.28 34.76 0.8 0.4
Hex B8 73 14 0 26 59 1C 23 50 28
Octal 270 163 24 0 46 131 34 43 120 50
Binary 10111000 1110011 10100 0 100110 1011001 11100 100011 1010000 101000

Color Harmonies of #B87314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87314

Black with #B87314

Text Example


Text Example

White with #B87314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87314; }

 p { color: rgb(184,115,20); }

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

background-color css

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

 a { background-color: rgb(184,115,20); }

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

border-color css

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

 span { border-color: rgb(184,115,20); }

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