Html Css Color HEX #B86A1B Pirate Gold

📋 copy color: '#B86A1B'

red 184 ◦ green 106 ◦ blue 27

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

Shades of Pirate Gold #B86A1B

Tints of Pirate Gold #B86A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.52%

R = 58.04%
G = 33.44%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B86A1B (or 0xB86A1B) is known color: Pirate Gold. HEX triplet: B8, 6A and 1B. RGB value is (184,106,27). Sum of RGB (Red+Green+Blue) = 184+106+27=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86A1B is #4795E4. Grayscale: #787878. Windows color (decimal): -4691429 or 1796792. OLE color: 1796792.

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

Color convert

RGB 184 106 27 -
CMYK 0 0.42 0.85 0.28
HSL 30.19º 0.74% 0.41% -
HSV(B) 30.19º 0.85% 0.72% -
XYZ 25.12 20.58 3.68 -
YUV 120.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 184 106 27 0 0.42 0.85 0.28 30.19 0.74 0.41
Hex B8 6A 1B 0 2A 55 1C 1E 4A 29
Octal 270 152 33 0 52 125 34 36 112 51
Binary 10111000 1101010 11011 0 101010 1010101 11100 11110 1001010 101001

Color Harmonies of #B86A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86A1B

Black with #B86A1B

Text Example


Text Example

White with #B86A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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