Html Css Color HEX #B87128 Pirate Gold

📋 copy color: '#B87128'

red 184 ◦ green 113 ◦ blue 40

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

Shades of Pirate Gold #B87128

Tints of Pirate Gold #B87128

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 40 (16.02% from 255) = 11.87%

R = 54.6%
G = 33.53%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B87128 (or 0xB87128) is known color: Pirate Gold. HEX triplet: B8, 71 and 28. RGB value is (184,113,40). Sum of RGB (Red+Green+Blue) = 184+113+40=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B87128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87128 is #478ED7. Grayscale: #7E7E7E. Windows color (decimal): -4689624 or 2650552. OLE color: 2650552.

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

Color convert

RGB 184 113 40 -
CMYK 0 0.39 0.78 0.28
HSL 30.42º 0.64% 0.44% -
HSV(B) 30.42º 0.78% 0.72% -
XYZ 26.06 22.15 4.91 -
YUV 125.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 184 113 40 0 0.39 0.78 0.28 30.42 0.64 0.44
Hex B8 71 28 0 27 4E 1C 1E 40 2C
Octal 270 161 50 0 47 116 34 36 100 54
Binary 10111000 1110001 101000 0 100111 1001110 11100 11110 1000000 101100

Color Harmonies of #B87128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87128

Black with #B87128

Text Example


Text Example

White with #B87128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87128; }

 p { color: rgb(184,113,40); }

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

background-color css

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

 a { background-color: rgb(184,113,40); }

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

border-color css

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

 span { border-color: rgb(184,113,40); }

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