Html Css Color HEX #B87121 Pirate Gold

📋 copy color: '#B87121'

red 184 ◦ green 113 ◦ blue 33

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

Shades of Pirate Gold #B87121

Tints of Pirate Gold #B87121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10%

R = 55.76%
G = 34.24%
B = 10%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B87121 (or 0xB87121) is known color: Pirate Gold. HEX triplet: B8, 71 and 21. RGB value is (184,113,33). Sum of RGB (Red+Green+Blue) = 184+113+33=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B87121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87121 is #478EDE. Grayscale: #7D7D7D. Windows color (decimal): -4689631 or 2191800. OLE color: 2191800.

HSL color Cylindrical-coordinate representation of color #B87121: hue angle of 31.79º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B87121 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 33 -
CMYK 0 0.39 0.82 0.28
HSL 31.79º 0.7% 0.43% -
HSV(B) 31.79º 0.82% 0.72% -
XYZ 25.95 22.11 4.34 -
YUV 125.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 184 113 33 0 0.39 0.82 0.28 31.79 0.7 0.43
Hex B8 71 21 0 27 52 1C 20 46 2B
Octal 270 161 41 0 47 122 34 40 106 53
Binary 10111000 1110001 100001 0 100111 1010010 11100 100000 1000110 101011

Color Harmonies of #B87121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87121

Black with #B87121

Text Example


Text Example

White with #B87121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87121; }

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

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

background-color css

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

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

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

border-color css

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

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

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