Html Css Color HEX #BB7524 Pirate Gold

📋 copy color: '#BB7524'

red 187 ◦ green 117 ◦ blue 36

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

Shades of Pirate Gold #BB7524

Tints of Pirate Gold #BB7524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 55%
G = 34.41%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB7524 (or 0xBB7524) is known color: Pirate Gold. HEX triplet: BB, 75 and 24. RGB value is (187,117,36). Sum of RGB (Red+Green+Blue) = 187+117+36=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7524 is #448ADB. Grayscale: #818181. Windows color (decimal): -4491996 or 2389435. OLE color: 2389435.

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

Color convert

RGB 187 117 36 -
CMYK 0 0.37 0.81 0.27
HSL 32.19º 0.68% 0.44% -
HSV(B) 32.19º 0.81% 0.73% -
XYZ 27.17 23.41 4.76 -
YUV 128.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 187 117 36 0 0.37 0.81 0.27 32.19 0.68 0.44
Hex BB 75 24 0 25 51 1B 20 44 2C
Octal 273 165 44 0 45 121 33 40 104 54
Binary 10111011 1110101 100100 0 100101 1010001 11011 100000 1000100 101100

Color Harmonies of #BB7524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7524

Black with #BB7524

Text Example


Text Example

White with #BB7524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7524; }

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

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

background-color css

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

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

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

border-color css

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

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

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