Html Css Color HEX #BB7015 Pirate Gold

📋 copy color: '#BB7015'

red 187 ◦ green 112 ◦ blue 21

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

Shades of Pirate Gold #BB7015

Tints of Pirate Gold #BB7015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 58.44%
G = 35%
B = 6.56%

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

#BB7015 (or 0xBB7015) is known color: Pirate Gold. HEX triplet: BB, 70 and 15. RGB value is (187,112,21). Sum of RGB (Red+Green+Blue) = 187+112+21=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7015 is #448FEA. Grayscale: #7C7C7C. Windows color (decimal): -4493291 or 1405115. OLE color: 1405115.

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

Color convert

RGB 187 112 21 -
CMYK 0 0.40 0.89 0.27
HSL 32.89º 0.8% 0.41% -
HSV(B) 32.89º 0.89% 0.73% -
XYZ 26.42 22.21 3.6 -
YUV 124.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 187 112 21 0 0.40 0.89 0.27 32.89 0.8 0.41
Hex BB 70 15 0 28 59 1B 21 50 29
Octal 273 160 25 0 50 131 33 41 120 51
Binary 10111011 1110000 10101 0 101000 1011001 11011 100001 1010000 101001

Color Harmonies of #BB7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7015

Black with #BB7015

Text Example


Text Example

White with #BB7015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7015; }

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

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

background-color css

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

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

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

border-color css

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

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

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