Html Css Color HEX #B87C29 Pirate Gold

📋 copy color: '#B87C29'

red 184 ◦ green 124 ◦ blue 41

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

Shades of Pirate Gold #B87C29

Tints of Pirate Gold #B87C29

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.53%

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

R = 52.72%
G = 35.53%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B87C29 (or 0xB87C29) is known color: Pirate Gold. HEX triplet: B8, 7C and 29. RGB value is (184,124,41). Sum of RGB (Red+Green+Blue) = 184+124+41=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C29 is #4783D6. Grayscale: #848484. Windows color (decimal): -4686807 or 2718904. OLE color: 2718904.

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

Color convert

RGB 184 124 41 -
CMYK 0 0.33 0.78 0.28
HSL 34.83º 0.64% 0.44% -
HSV(B) 34.83º 0.78% 0.72% -
XYZ 27.38 24.77 5.44 -
YUV 132.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 184 124 41 0 0.33 0.78 0.28 34.83 0.64 0.44
Hex B8 7C 29 0 21 4E 1C 23 40 2C
Octal 270 174 51 0 41 116 34 43 100 54
Binary 10111000 1111100 101001 0 100001 1001110 11100 100011 1000000 101100

Color Harmonies of #B87C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C29

Black with #B87C29

Text Example


Text Example

White with #B87C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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