Html Css Color HEX #B87218 Pirate Gold

📋 copy color: '#B87218'

red 184 ◦ green 114 ◦ blue 24

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

Shades of Pirate Gold #B87218

Tints of Pirate Gold #B87218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

 BLUE value IS 24 (9.77% from 255) = 7.45%

R = 57.14%
G = 35.4%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B87218 (or 0xB87218) is known color: Pirate Gold. HEX triplet: B8, 72 and 18. RGB value is (184,114,24). Sum of RGB (Red+Green+Blue) = 184+114+24=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B87218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87218 is #478DE7. Grayscale: #7D7D7D. Windows color (decimal): -4689384 or 1602232. OLE color: 1602232.

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

Color convert

RGB 184 114 24 -
CMYK 0 0.38 0.87 0.28
HSL 33.75º 0.77% 0.41% -
HSV(B) 33.75º 0.87% 0.72% -
XYZ 25.95 22.29 3.8 -
YUV 124.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 184 114 24 0 0.38 0.87 0.28 33.75 0.77 0.41
Hex B8 72 18 0 26 57 1C 22 4D 29
Octal 270 162 30 0 46 127 34 42 115 51
Binary 10111000 1110010 11000 0 100110 1010111 11100 100010 1001101 101001

Color Harmonies of #B87218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87218

Black with #B87218

Text Example


Text Example

White with #B87218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87218; }

 p { color: rgb(184,114,24); }

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

background-color css

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

 a { background-color: rgb(184,114,24); }

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

border-color css

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

 span { border-color: rgb(184,114,24); }

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