Html Css Color HEX #BB7523 Pirate Gold

📋 copy color: '#BB7523'

red 187 ◦ green 117 ◦ blue 35

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

Shades of Pirate Gold #BB7523

Tints of Pirate Gold #BB7523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 55.16%
G = 34.51%
B = 10.32%

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

#BB7523 (or 0xBB7523) is known color: Pirate Gold. HEX triplet: BB, 75 and 23. RGB value is (187,117,35). Sum of RGB (Red+Green+Blue) = 187+117+35=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7523 is #448ADC. Grayscale: #808080. Windows color (decimal): -4491997 or 2323899. OLE color: 2323899.

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

Color convert

RGB 187 117 35 -
CMYK 0 0.37 0.81 0.27
HSL 32.37º 0.68% 0.44% -
HSV(B) 32.37º 0.81% 0.73% -
XYZ 27.16 23.41 4.68 -
YUV 128.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 187 117 35 0 0.37 0.81 0.27 32.37 0.68 0.44
Hex BB 75 23 0 25 51 1B 20 44 2C
Octal 273 165 43 0 45 121 33 40 104 54
Binary 10111011 1110101 100011 0 100101 1010001 11011 100000 1000100 101100

Color Harmonies of #BB7523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7523

Black with #BB7523

Text Example


Text Example

White with #BB7523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7523; }

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

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

background-color css

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

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

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

border-color css

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

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

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