Html Css Color HEX #B87117 Pirate Gold

📋 copy color: '#B87117'

red 184 ◦ green 113 ◦ blue 23

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

Shades of Pirate Gold #B87117

Tints of Pirate Gold #B87117

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.31%

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

R = 57.5%
G = 35.31%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B87117 (or 0xB87117) is known color: Pirate Gold. HEX triplet: B8, 71 and 17. RGB value is (184,113,23). Sum of RGB (Red+Green+Blue) = 184+113+23=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B87117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87117 is #478EE8. Grayscale: #7C7C7C. Windows color (decimal): -4689641 or 1536440. OLE color: 1536440.

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

Color convert

RGB 184 113 23 -
CMYK 0 0.39 0.88 0.28
HSL 33.54º 0.78% 0.41% -
HSV(B) 33.54º 0.88% 0.72% -
XYZ 25.83 22.06 3.71 -
YUV 123.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 184 113 23 0 0.39 0.88 0.28 33.54 0.78 0.41
Hex B8 71 17 0 27 58 1C 22 4E 29
Octal 270 161 27 0 47 130 34 42 116 51
Binary 10111000 1110001 10111 0 100111 1011000 11100 100010 1001110 101001

Color Harmonies of #B87117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87117

Black with #B87117

Text Example


Text Example

White with #B87117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87117; }

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

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

background-color css

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

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

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

border-color css

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

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

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