Html Css Color HEX #BB7718 Pirate Gold

📋 copy color: '#BB7718'

red 187 ◦ green 119 ◦ blue 24

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

Shades of Pirate Gold #BB7718

Tints of Pirate Gold #BB7718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 56.67%
G = 36.06%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB7718 (or 0xBB7718) is known color: Pirate Gold. HEX triplet: BB, 77 and 18. RGB value is (187,119,24). Sum of RGB (Red+Green+Blue) = 187+119+24=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7718 is #4488E7. Grayscale: #808080. Windows color (decimal): -4491496 or 1603515. OLE color: 1603515.

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

Color convert

RGB 187 119 24 -
CMYK 0 0.36 0.87 0.27
HSL 34.97º 0.77% 0.41% -
HSV(B) 34.97º 0.87% 0.73% -
XYZ 27.26 23.82 4.03 -
YUV 128.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 187 119 24 0 0.36 0.87 0.27 34.97 0.77 0.41
Hex BB 77 18 0 24 57 1B 23 4D 29
Octal 273 167 30 0 44 127 33 43 115 51
Binary 10111011 1110111 11000 0 100100 1010111 11011 100011 1001101 101001

Color Harmonies of #BB7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7718

Black with #BB7718

Text Example


Text Example

White with #BB7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7718; }

 p { color: rgb(187,119,24); }

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

background-color css

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

 a { background-color: rgb(187,119,24); }

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

border-color css

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

 span { border-color: rgb(187,119,24); }

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