Html Css Color HEX #B86912 Pirate Gold

📋 copy color: '#B86912'

red 184 ◦ green 105 ◦ blue 18

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

Shades of Pirate Gold #B86912

Tints of Pirate Gold #B86912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 59.93%
G = 34.2%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B86912 (or 0xB86912) is known color: Pirate Gold. HEX triplet: B8, 69 and 12. RGB value is (184,105,18). Sum of RGB (Red+Green+Blue) = 184+105+18=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B86912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86912 is #4796ED. Grayscale: #777777. Windows color (decimal): -4691694 or 1206712. OLE color: 1206712.

HSL color Cylindrical-coordinate representation of color #B86912: hue angle of 31.45º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B86912 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 105 18 -
CMYK 0 0.43 0.90 0.28
HSL 31.45º 0.82% 0.4% -
HSV(B) 31.45º 0.9% 0.72% -
XYZ 24.93 20.34 3.18 -
YUV 118.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 184 105 18 0 0.43 0.90 0.28 31.45 0.82 0.4
Hex B8 69 12 0 2B 5A 1C 1F 52 28
Octal 270 151 22 0 53 132 34 37 122 50
Binary 10111000 1101001 10010 0 101011 1011010 11100 11111 1010010 101000

Color Harmonies of #B86912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86912

Black with #B86912

Text Example


Text Example

White with #B86912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86912; }

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

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

background-color css

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

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

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

border-color css

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

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

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