Html Css Color HEX #BB7114 Pirate Gold

📋 copy color: '#BB7114'

red 187 ◦ green 113 ◦ blue 20

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

Shades of Pirate Gold #BB7114

Tints of Pirate Gold #BB7114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.25%

R = 58.44%
G = 35.31%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB7114 (or 0xBB7114) is known color: Pirate Gold. HEX triplet: BB, 71 and 14. RGB value is (187,113,20). Sum of RGB (Red+Green+Blue) = 187+113+20=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7114 is #448EEB. Grayscale: #7C7C7C. Windows color (decimal): -4493036 or 1339835. OLE color: 1339835.

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

Color convert

RGB 187 113 20 -
CMYK 0 0.40 0.89 0.27
HSL 33.41º 0.81% 0.41% -
HSV(B) 33.41º 0.89% 0.73% -
XYZ 26.52 22.43 3.59 -
YUV 124.52 69.02 172.56 -
System Red Green Blue C M Y K H S L
Decimal 187 113 20 0 0.40 0.89 0.27 33.41 0.81 0.41
Hex BB 71 14 0 28 59 1B 21 51 29
Octal 273 161 24 0 50 131 33 41 121 51
Binary 10111011 1110001 10100 0 101000 1011001 11011 100001 1010001 101001

Color Harmonies of #BB7114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7114

Black with #BB7114

Text Example


Text Example

White with #BB7114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7114; }

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

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

background-color css

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

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

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

border-color css

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

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

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