Html Css Color HEX #B86D1E Pirate Gold

📋 copy color: '#B86D1E'

red 184 ◦ green 109 ◦ blue 30

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

Shades of Pirate Gold #B86D1E

Tints of Pirate Gold #B86D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.75%

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

R = 56.97%
G = 33.75%
B = 9.29%

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

#B86D1E (or 0xB86D1E) is known color: Pirate Gold. HEX triplet: B8, 6D and 1E. RGB value is (184,109,30). Sum of RGB (Red+Green+Blue) = 184+109+30=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D1E is #4792E1. Grayscale: #7A7A7A. Windows color (decimal): -4690658 or 1994168. OLE color: 1994168.

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

Color convert

RGB 184 109 30 -
CMYK 0 0.41 0.84 0.28
HSL 30.78º 0.72% 0.42% -
HSV(B) 30.78º 0.84% 0.72% -
XYZ 25.47 21.22 3.98 -
YUV 122.42 75.85 171.92 -
System Red Green Blue C M Y K H S L
Decimal 184 109 30 0 0.41 0.84 0.28 30.78 0.72 0.42
Hex B8 6D 1E 0 29 54 1C 1F 48 2A
Octal 270 155 36 0 51 124 34 37 110 52
Binary 10111000 1101101 11110 0 101001 1010100 11100 11111 1001000 101010

Color Harmonies of #B86D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86D1E

Black with #B86D1E

Text Example


Text Example

White with #B86D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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