Html Css Color HEX #B87018 Pirate Gold

📋 copy color: '#B87018'

red 184 ◦ green 112 ◦ blue 24

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

Shades of Pirate Gold #B87018

Tints of Pirate Gold #B87018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

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

R = 57.5%
G = 35%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B87018 (or 0xB87018) is known color: Pirate Gold. HEX triplet: B8, 70 and 18. RGB value is (184,112,24). Sum of RGB (Red+Green+Blue) = 184+112+24=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B87018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87018 is #478FE7. Grayscale: #7B7B7B. Windows color (decimal): -4689896 or 1601720. OLE color: 1601720.

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

Color convert

RGB 184 112 24 -
CMYK 0 0.39 0.87 0.28
HSL 33º 0.77% 0.41% -
HSV(B) 33º 0.87% 0.72% -
XYZ 25.73 21.84 3.72 -
YUV 123.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 184 112 24 0 0.39 0.87 0.28 33 0.77 0.41
Hex B8 70 18 0 27 57 1C 21 4D 29
Octal 270 160 30 0 47 127 34 41 115 51
Binary 10111000 1110000 11000 0 100111 1010111 11100 100001 1001101 101001

Color Harmonies of #B87018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87018

Black with #B87018

Text Example


Text Example

White with #B87018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87018; }

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

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

background-color css

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

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

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

border-color css

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

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

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