Html Css Color HEX #BB7119 Pirate Gold

📋 copy color: '#BB7119'

red 187 ◦ green 113 ◦ blue 25

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

Shades of Pirate Gold #BB7119

Tints of Pirate Gold #BB7119

RGB

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

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

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

R = 57.54%
G = 34.77%
B = 7.69%

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

#BB7119 (or 0xBB7119) is known color: Pirate Gold. HEX triplet: BB, 71 and 19. RGB value is (187,113,25). Sum of RGB (Red+Green+Blue) = 187+113+25=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7119 is #448EE6. Grayscale: #7D7D7D. Windows color (decimal): -4493031 or 1667515. OLE color: 1667515.

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

Color convert

RGB 187 113 25 -
CMYK 0 0.40 0.87 0.27
HSL 32.59º 0.76% 0.42% -
HSV(B) 32.59º 0.87% 0.73% -
XYZ 26.57 22.45 3.85 -
YUV 125.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 187 113 25 0 0.40 0.87 0.27 32.59 0.76 0.42
Hex BB 71 19 0 28 57 1B 21 4C 2A
Octal 273 161 31 0 50 127 33 41 114 52
Binary 10111011 1110001 11001 0 101000 1010111 11011 100001 1001100 101010

Color Harmonies of #BB7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7119

Black with #BB7119

Text Example


Text Example

White with #BB7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7119; }

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

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

background-color css

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

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

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

border-color css

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

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

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