Html Css Color HEX #BB7019 Pirate Gold

📋 copy color: '#BB7019'

red 187 ◦ green 112 ◦ blue 25

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

Shades of Pirate Gold #BB7019

Tints of Pirate Gold #BB7019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.72%

R = 57.72%
G = 34.57%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB7019 (or 0xBB7019) is known color: Pirate Gold. HEX triplet: BB, 70 and 19. RGB value is (187,112,25). Sum of RGB (Red+Green+Blue) = 187+112+25=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7019 is #448FE6. Grayscale: #7C7C7C. Windows color (decimal): -4493287 or 1667259. OLE color: 1667259.

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

Color convert

RGB 187 112 25 -
CMYK 0 0.40 0.87 0.27
HSL 32.22º 0.76% 0.42% -
HSV(B) 32.22º 0.87% 0.73% -
XYZ 26.46 22.22 3.81 -
YUV 124.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 187 112 25 0 0.40 0.87 0.27 32.22 0.76 0.42
Hex BB 70 19 0 28 57 1B 20 4C 2A
Octal 273 160 31 0 50 127 33 40 114 52
Binary 10111011 1110000 11001 0 101000 1010111 11011 100000 1001100 101010

Color Harmonies of #BB7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7019

Black with #BB7019

Text Example


Text Example

White with #BB7019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7019; }

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

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

background-color css

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

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

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

border-color css

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

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

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