Html Css Color HEX #B86C1D Pirate Gold

📋 copy color: '#B86C1D'

red 184 ◦ green 108 ◦ blue 29

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

Shades of Pirate Gold #B86C1D

Tints of Pirate Gold #B86C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.03%

R = 57.32%
G = 33.64%
B = 9.03%

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

#B86C1D (or 0xB86C1D) is known color: Pirate Gold. HEX triplet: B8, 6C and 1D. RGB value is (184,108,29). Sum of RGB (Red+Green+Blue) = 184+108+29=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C1D is #4793E2. Grayscale: #7A7A7A. Windows color (decimal): -4690915 or 1928376. OLE color: 1928376.

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

Color convert

RGB 184 108 29 -
CMYK 0 0.41 0.84 0.28
HSL 30.58º 0.73% 0.42% -
HSV(B) 30.58º 0.84% 0.72% -
XYZ 25.35 21 3.88 -
YUV 121.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 184 108 29 0 0.41 0.84 0.28 30.58 0.73 0.42
Hex B8 6C 1D 0 29 54 1C 1F 49 2A
Octal 270 154 35 0 51 124 34 37 111 52
Binary 10111000 1101100 11101 0 101001 1010100 11100 11111 1001001 101010

Color Harmonies of #B86C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C1D

Black with #B86C1D

Text Example


Text Example

White with #B86C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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