Html Css Color HEX #B86A1F Pirate Gold

📋 copy color: '#B86A1F'

red 184 ◦ green 106 ◦ blue 31

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

Shades of Pirate Gold #B86A1F

Tints of Pirate Gold #B86A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.02%

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 57.32%
G = 33.02%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B86A1F (or 0xB86A1F) is known color: Pirate Gold. HEX triplet: B8, 6A and 1F. RGB value is (184,106,31). Sum of RGB (Red+Green+Blue) = 184+106+31=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86A1F is #4795E0. Grayscale: #797979. Windows color (decimal): -4691425 or 2058936. OLE color: 2058936.

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

Color convert

RGB 184 106 31 -
CMYK 0 0.42 0.83 0.28
HSL 29.41º 0.71% 0.42% -
HSV(B) 29.41º 0.83% 0.72% -
XYZ 25.17 20.6 3.95 -
YUV 120.77 77.34 173.1 -
System Red Green Blue C M Y K H S L
Decimal 184 106 31 0 0.42 0.83 0.28 29.41 0.71 0.42
Hex B8 6A 1F 0 2A 53 1C 1D 47 2A
Octal 270 152 37 0 52 123 34 35 107 52
Binary 10111000 1101010 11111 0 101010 1010011 11100 11101 1000111 101010

Color Harmonies of #B86A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86A1F

Black with #B86A1F

Text Example


Text Example

White with #B86A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86A1F; }

 p { color: rgb(184,106,31); }

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

background-color css

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

 a { background-color: rgb(184,106,31); }

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

border-color css

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

 span { border-color: rgb(184,106,31); }

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