Html Css Color HEX #B86914 Pirate Gold

📋 copy color: '#B86914'

red 184 ◦ green 105 ◦ blue 20

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

Shades of Pirate Gold #B86914

Tints of Pirate Gold #B86914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.98%

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

R = 59.55%
G = 33.98%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B86914 (or 0xB86914) is known color: Pirate Gold. HEX triplet: B8, 69 and 14. RGB value is (184,105,20). Sum of RGB (Red+Green+Blue) = 184+105+20=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B86914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86914 is #4796EB. Grayscale: #777777. Windows color (decimal): -4691692 or 1337784. OLE color: 1337784.

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

Color convert

RGB 184 105 20 -
CMYK 0 0.43 0.89 0.28
HSL 31.1º 0.8% 0.4% -
HSV(B) 31.1º 0.89% 0.72% -
XYZ 24.95 20.34 3.27 -
YUV 118.93 72.17 174.41 -
System Red Green Blue C M Y K H S L
Decimal 184 105 20 0 0.43 0.89 0.28 31.1 0.8 0.4
Hex B8 69 14 0 2B 59 1C 1F 50 28
Octal 270 151 24 0 53 131 34 37 120 50
Binary 10111000 1101001 10100 0 101011 1011001 11100 11111 1010000 101000

Color Harmonies of #B86914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86914

Black with #B86914

Text Example


Text Example

White with #B86914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86914; }

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

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

background-color css

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

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

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

border-color css

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

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

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