Html Css Color HEX #B87429 Pirate Gold

📋 copy color: '#B87429'

red 184 ◦ green 116 ◦ blue 41

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

Shades of Pirate Gold #B87429

Tints of Pirate Gold #B87429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

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

R = 53.96%
G = 34.02%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B87429 (or 0xB87429) is known color: Pirate Gold. HEX triplet: B8, 74 and 29. RGB value is (184,116,41). Sum of RGB (Red+Green+Blue) = 184+116+41=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B87429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87429 is #478BD6. Grayscale: #808080. Windows color (decimal): -4688855 or 2716856. OLE color: 2716856.

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

Color convert

RGB 184 116 41 -
CMYK 0 0.37 0.78 0.28
HSL 31.47º 0.64% 0.44% -
HSV(B) 31.47º 0.78% 0.72% -
XYZ 26.41 22.84 5.11 -
YUV 127.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 184 116 41 0 0.37 0.78 0.28 31.47 0.64 0.44
Hex B8 74 29 0 25 4E 1C 1F 40 2C
Octal 270 164 51 0 45 116 34 37 100 54
Binary 10111000 1110100 101001 0 100101 1001110 11100 11111 1000000 101100

Color Harmonies of #B87429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87429

Black with #B87429

Text Example


Text Example

White with #B87429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87429; }

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

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

background-color css

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

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

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

border-color css

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

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

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