Html Css Color HEX #BB7619 Pirate Gold

📋 copy color: '#BB7619'

red 187 ◦ green 118 ◦ blue 25

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

Shades of Pirate Gold #BB7619

Tints of Pirate Gold #BB7619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

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

R = 56.67%
G = 35.76%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB7619 (or 0xBB7619) is known color: Pirate Gold. HEX triplet: BB, 76 and 19. RGB value is (187,118,25). Sum of RGB (Red+Green+Blue) = 187+118+25=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7619 is #4489E6. Grayscale: #808080. Windows color (decimal): -4491751 or 1668795. OLE color: 1668795.

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

Color convert

RGB 187 118 25 -
CMYK 0 0.37 0.87 0.27
HSL 34.44º 0.76% 0.42% -
HSV(B) 34.44º 0.87% 0.73% -
XYZ 27.15 23.59 4.04 -
YUV 128.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 187 118 25 0 0.37 0.87 0.27 34.44 0.76 0.42
Hex BB 76 19 0 25 57 1B 22 4C 2A
Octal 273 166 31 0 45 127 33 42 114 52
Binary 10111011 1110110 11001 0 100101 1010111 11011 100010 1001100 101010

Color Harmonies of #BB7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7619

Black with #BB7619

Text Example


Text Example

White with #BB7619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7619; }

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

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

background-color css

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

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

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

border-color css

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

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

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