Html Css Color HEX #B86917 Pirate Gold

📋 copy color: '#B86917'

red 184 ◦ green 105 ◦ blue 23

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

Shades of Pirate Gold #B86917

Tints of Pirate Gold #B86917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.65%

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

R = 58.97%
G = 33.65%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B86917 (or 0xB86917) is known color: Pirate Gold. HEX triplet: B8, 69 and 17. RGB value is (184,105,23). Sum of RGB (Red+Green+Blue) = 184+105+23=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B86917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86917 is #4796E8. Grayscale: #777777. Windows color (decimal): -4691689 or 1534392. OLE color: 1534392.

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

Color convert

RGB 184 105 23 -
CMYK 0 0.43 0.88 0.28
HSL 30.56º 0.78% 0.41% -
HSV(B) 30.56º 0.88% 0.72% -
XYZ 24.97 20.36 3.42 -
YUV 119.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 184 105 23 0 0.43 0.88 0.28 30.56 0.78 0.41
Hex B8 69 17 0 2B 58 1C 1F 4E 29
Octal 270 151 27 0 53 130 34 37 116 51
Binary 10111000 1101001 10111 0 101011 1011000 11100 11111 1001110 101001

Color Harmonies of #B86917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86917

Black with #B86917

Text Example


Text Example

White with #B86917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86917; }

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

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

background-color css

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

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

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

border-color css

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

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

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