Html Css Color HEX #BB7529 Pirate Gold

📋 copy color: '#BB7529'

red 187 ◦ green 117 ◦ blue 41

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

Shades of Pirate Gold #BB7529

Tints of Pirate Gold #BB7529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

 BLUE value IS 41 (16.41% from 255) = 11.88%

R = 54.2%
G = 33.91%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB7529 (or 0xBB7529) is known color: Pirate Gold. HEX triplet: BB, 75 and 29. RGB value is (187,117,41). Sum of RGB (Red+Green+Blue) = 187+117+41=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7529 is #448AD6. Grayscale: #818181. Windows color (decimal): -4491991 or 2717115. OLE color: 2717115.

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

Color convert

RGB 187 117 41 -
CMYK 0 0.37 0.78 0.27
HSL 31.23º 0.64% 0.45% -
HSV(B) 31.23º 0.78% 0.73% -
XYZ 27.26 23.45 5.19 -
YUV 129.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 187 117 41 0 0.37 0.78 0.27 31.23 0.64 0.45
Hex BB 75 29 0 25 4E 1B 1F 40 2D
Octal 273 165 51 0 45 116 33 37 100 55
Binary 10111011 1110101 101001 0 100101 1001110 11011 11111 1000000 101101

Color Harmonies of #BB7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7529

Black with #BB7529

Text Example


Text Example

White with #BB7529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7529; }

 p { color: rgb(187,117,41); }

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

background-color css

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

 a { background-color: rgb(187,117,41); }

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

border-color css

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

 span { border-color: rgb(187,117,41); }

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