Html Css Color HEX #BB7C2C Pirate Gold

📋 copy color: '#BB7C2C'

red 187 ◦ green 124 ◦ blue 44

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

Shades of Pirate Gold #BB7C2C

Tints of Pirate Gold #BB7C2C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 52.68%
G = 34.93%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB7C2C (or 0xBB7C2C) is known color: Pirate Gold. HEX triplet: BB, 7C and 2C. RGB value is (187,124,44). Sum of RGB (Red+Green+Blue) = 187+124+44=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C2C is #4483D3. Grayscale: #868686. Windows color (decimal): -4490196 or 2915515. OLE color: 2915515.

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

Color convert

RGB 187 124 44 -
CMYK 0 0.34 0.76 0.27
HSL 33.57º 0.62% 0.45% -
HSV(B) 33.57º 0.76% 0.73% -
XYZ 28.16 25.16 5.76 -
YUV 133.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 187 124 44 0 0.34 0.76 0.27 33.57 0.62 0.45
Hex BB 7C 2C 0 22 4C 1B 22 3E 2D
Octal 273 174 54 0 42 114 33 42 76 55
Binary 10111011 1111100 101100 0 100010 1001100 11011 100010 111110 101101

Color Harmonies of #BB7C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C2C

Black with #BB7C2C

Text Example


Text Example

White with #BB7C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C2C; }

 p { color: rgb(187,124,44); }

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

background-color css

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

 a { background-color: rgb(187,124,44); }

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

border-color css

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

 span { border-color: rgb(187,124,44); }

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