Html Css Color HEX #B86A17 Pirate Gold

📋 copy color: '#B86A17'

red 184 ◦ green 106 ◦ blue 23

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

Shades of Pirate Gold #B86A17

Tints of Pirate Gold #B86A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 58.79%
G = 33.87%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B86A17 (or 0xB86A17) is known color: Pirate Gold. HEX triplet: B8, 6A and 17. RGB value is (184,106,23). Sum of RGB (Red+Green+Blue) = 184+106+23=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86A17 is #4795E8. Grayscale: #787878. Windows color (decimal): -4691433 or 1534648. OLE color: 1534648.

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

Color convert

RGB 184 106 23 -
CMYK 0 0.42 0.88 0.28
HSL 30.93º 0.78% 0.41% -
HSV(B) 30.93º 0.88% 0.72% -
XYZ 25.08 20.56 3.46 -
YUV 119.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 184 106 23 0 0.42 0.88 0.28 30.93 0.78 0.41
Hex B8 6A 17 0 2A 58 1C 1F 4E 29
Octal 270 152 27 0 52 130 34 37 116 51
Binary 10111000 1101010 10111 0 101010 1011000 11100 11111 1001110 101001

Color Harmonies of #B86A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86A17

Black with #B86A17

Text Example


Text Example

White with #B86A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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