Html Css Color HEX #BB7D2C Pirate Gold

📋 copy color: '#BB7D2C'

red 187 ◦ green 125 ◦ blue 44

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

Shades of Pirate Gold #BB7D2C

Tints of Pirate Gold #BB7D2C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

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

R = 52.53%
G = 35.11%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB7D2C (or 0xBB7D2C) is known color: Pirate Gold. HEX triplet: BB, 7D and 2C. RGB value is (187,125,44). Sum of RGB (Red+Green+Blue) = 187+125+44=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D2C is #4482D3. Grayscale: #868686. Windows color (decimal): -4489940 or 2915771. OLE color: 2915771.

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

Color convert

RGB 187 125 44 -
CMYK 0 0.33 0.76 0.27
HSL 33.99º 0.62% 0.45% -
HSV(B) 33.99º 0.76% 0.73% -
XYZ 28.28 25.41 5.8 -
YUV 134.3 77.04 165.59 -
System Red Green Blue C M Y K H S L
Decimal 187 125 44 0 0.33 0.76 0.27 33.99 0.62 0.45
Hex BB 7D 2C 0 21 4C 1B 22 3E 2D
Octal 273 175 54 0 41 114 33 42 76 55
Binary 10111011 1111101 101100 0 100001 1001100 11011 100010 111110 101101

Color Harmonies of #BB7D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D2C

Black with #BB7D2C

Text Example


Text Example

White with #BB7D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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