Html Css Color HEX #B87318 Pirate Gold

📋 copy color: '#B87318'

red 184 ◦ green 115 ◦ blue 24

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

Shades of Pirate Gold #B87318

Tints of Pirate Gold #B87318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.6%

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

R = 56.97%
G = 35.6%
B = 7.43%

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

#B87318 (or 0xB87318) is known color: Pirate Gold. HEX triplet: B8, 73 and 18. RGB value is (184,115,24). Sum of RGB (Red+Green+Blue) = 184+115+24=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B87318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87318 is #478CE7. Grayscale: #7D7D7D. Windows color (decimal): -4689128 or 1602488. OLE color: 1602488.

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

Color convert

RGB 184 115 24 -
CMYK 0 0.38 0.87 0.28
HSL 34.13º 0.77% 0.41% -
HSV(B) 34.13º 0.87% 0.72% -
XYZ 26.06 22.52 3.84 -
YUV 125.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 184 115 24 0 0.38 0.87 0.28 34.13 0.77 0.41
Hex B8 73 18 0 26 57 1C 22 4D 29
Octal 270 163 30 0 46 127 34 42 115 51
Binary 10111000 1110011 11000 0 100110 1010111 11100 100010 1001101 101001

Color Harmonies of #B87318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87318

Black with #B87318

Text Example


Text Example

White with #B87318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87318; }

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

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

background-color css

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

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

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

border-color css

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

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

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