Html Css Color HEX #B87329 Pirate Gold

📋 copy color: '#B87329'

red 184 ◦ green 115 ◦ blue 41

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

Shades of Pirate Gold #B87329

Tints of Pirate Gold #B87329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.06%

R = 54.12%
G = 33.82%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B87329 (or 0xB87329) is known color: Pirate Gold. HEX triplet: B8, 73 and 29. RGB value is (184,115,41). Sum of RGB (Red+Green+Blue) = 184+115+41=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B87329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87329 is #478CD6. Grayscale: #7F7F7F. Windows color (decimal): -4689111 or 2716600. OLE color: 2716600.

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

Color convert

RGB 184 115 41 -
CMYK 0 0.38 0.78 0.28
HSL 31.05º 0.64% 0.44% -
HSV(B) 31.05º 0.78% 0.72% -
XYZ 26.3 22.61 5.08 -
YUV 127.2 79.36 168.52 -
System Red Green Blue C M Y K H S L
Decimal 184 115 41 0 0.38 0.78 0.28 31.05 0.64 0.44
Hex B8 73 29 0 26 4E 1C 1F 40 2C
Octal 270 163 51 0 46 116 34 37 100 54
Binary 10111000 1110011 101001 0 100110 1001110 11100 11111 1000000 101100

Color Harmonies of #B87329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87329

Black with #B87329

Text Example


Text Example

White with #B87329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87329; }

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

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

background-color css

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

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

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

border-color css

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

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

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