Html Css Color HEX #B86818 Pirate Gold

📋 copy color: '#B86818'

red 184 ◦ green 104 ◦ blue 24

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

Shades of Pirate Gold #B86818

Tints of Pirate Gold #B86818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.33%

 BLUE value IS 24 (9.77% from 255) = 7.69%

R = 58.97%
G = 33.33%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B86818 (or 0xB86818) is known color: Pirate Gold. HEX triplet: B8, 68 and 18. RGB value is (184,104,24). Sum of RGB (Red+Green+Blue) = 184+104+24=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B86818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86818 is #4797E7. Grayscale: #777777. Windows color (decimal): -4691944 or 1599672. OLE color: 1599672.

HSL color Cylindrical-coordinate representation of color #B86818: hue angle of 30º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B86818 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 104 24 -
CMYK 0 0.43 0.87 0.28
HSL 30º 0.77% 0.41% -
HSV(B) 30º 0.87% 0.72% -
XYZ 24.88 20.16 3.44 -
YUV 118.8 74.5 174.5 -
System Red Green Blue C M Y K H S L
Decimal 184 104 24 0 0.43 0.87 0.28 30 0.77 0.41
Hex B8 68 18 0 2B 57 1C 1E 4D 29
Octal 270 150 30 0 53 127 34 36 115 51
Binary 10111000 1101000 11000 0 101011 1010111 11100 11110 1001101 101001

Color Harmonies of #B86818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86818

Black with #B86818

Text Example


Text Example

White with #B86818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86818; }

 p { color: rgb(184,104,24); }

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

background-color css

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

 a { background-color: rgb(184,104,24); }

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

border-color css

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

 span { border-color: rgb(184,104,24); }

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