Html Css Color HEX #BB7014 Pirate Gold

📋 copy color: '#BB7014'

red 187 ◦ green 112 ◦ blue 20

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

Shades of Pirate Gold #BB7014

Tints of Pirate Gold #BB7014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

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

R = 58.62%
G = 35.11%
B = 6.27%

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

#BB7014 (or 0xBB7014) is known color: Pirate Gold. HEX triplet: BB, 70 and 14. RGB value is (187,112,20). Sum of RGB (Red+Green+Blue) = 187+112+20=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7014 is #448FEB. Grayscale: #7C7C7C. Windows color (decimal): -4493292 or 1339579. OLE color: 1339579.

HSL color Cylindrical-coordinate representation of color #BB7014: hue angle of 33.05º 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 #BB7014 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 20 -
CMYK 0 0.40 0.89 0.27
HSL 33.05º 0.81% 0.41% -
HSV(B) 33.05º 0.89% 0.73% -
XYZ 26.41 22.2 3.56 -
YUV 123.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 187 112 20 0 0.40 0.89 0.27 33.05 0.81 0.41
Hex BB 70 14 0 28 59 1B 21 51 29
Octal 273 160 24 0 50 131 33 41 121 51
Binary 10111011 1110000 10100 0 101000 1011001 11011 100001 1010001 101001

Color Harmonies of #BB7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7014

Black with #BB7014

Text Example


Text Example

White with #BB7014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7014; }

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

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

background-color css

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

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

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

border-color css

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

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

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