Html Css Color HEX #BB7121 Pirate Gold

📋 copy color: '#BB7121'

red 187 ◦ green 113 ◦ blue 33

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

Shades of Pirate Gold #BB7121

Tints of Pirate Gold #BB7121

RGB

 RED value IS 187 (73.44% from 255) = 56.16%

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

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

R = 56.16%
G = 33.93%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB7121 (or 0xBB7121) is known color: Pirate Gold. HEX triplet: BB, 71 and 21. RGB value is (187,113,33). Sum of RGB (Red+Green+Blue) = 187+113+33=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7121 is #448EDE. Grayscale: #7E7E7E. Windows color (decimal): -4493023 or 2191803. OLE color: 2191803.

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

Color convert

RGB 187 113 33 -
CMYK 0 0.40 0.82 0.27
HSL 31.17º 0.7% 0.43% -
HSV(B) 31.17º 0.82% 0.73% -
XYZ 26.67 22.48 4.37 -
YUV 126.01 75.52 171.5 -
System Red Green Blue C M Y K H S L
Decimal 187 113 33 0 0.40 0.82 0.27 31.17 0.7 0.43
Hex BB 71 21 0 28 52 1B 1F 46 2B
Octal 273 161 41 0 50 122 33 37 106 53
Binary 10111011 1110001 100001 0 101000 1010010 11011 11111 1000110 101011

Color Harmonies of #BB7121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7121

Black with #BB7121

Text Example


Text Example

White with #BB7121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7121; }

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

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

background-color css

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

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

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

border-color css

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

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

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