Html Css Color HEX #B86C1E Pirate Gold

📋 copy color: '#B86C1E'

red 184 ◦ green 108 ◦ blue 30

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

Shades of Pirate Gold #B86C1E

Tints of Pirate Gold #B86C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 57.14%
G = 33.54%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B86C1E (or 0xB86C1E) is known color: Pirate Gold. HEX triplet: B8, 6C and 1E. RGB value is (184,108,30). Sum of RGB (Red+Green+Blue) = 184+108+30=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C1E is #4793E1. Grayscale: #7A7A7A. Windows color (decimal): -4690914 or 1993912. OLE color: 1993912.

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

Color convert

RGB 184 108 30 -
CMYK 0 0.41 0.84 0.28
HSL 30.39º 0.72% 0.42% -
HSV(B) 30.39º 0.84% 0.72% -
XYZ 25.36 21.01 3.95 -
YUV 121.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 184 108 30 0 0.41 0.84 0.28 30.39 0.72 0.42
Hex B8 6C 1E 0 29 54 1C 1E 48 2A
Octal 270 154 36 0 51 124 34 36 110 52
Binary 10111000 1101100 11110 0 101001 1010100 11100 11110 1001000 101010

Color Harmonies of #B86C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C1E

Black with #B86C1E

Text Example


Text Example

White with #B86C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C1E; }

 p { color: rgb(184,108,30); }

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

background-color css

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

 a { background-color: rgb(184,108,30); }

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

border-color css

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

 span { border-color: rgb(184,108,30); }

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