Html Css Color HEX #BB7425 Pirate Gold

📋 copy color: '#BB7425'

red 187 ◦ green 116 ◦ blue 37

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

Shades of Pirate Gold #BB7425

Tints of Pirate Gold #BB7425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 37 (14.84% from 255) = 10.88%

R = 55%
G = 34.12%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB7425 (or 0xBB7425) is known color: Pirate Gold. HEX triplet: BB, 74 and 25. RGB value is (187,116,37). Sum of RGB (Red+Green+Blue) = 187+116+37=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7425 is #448BDA. Grayscale: #808080. Windows color (decimal): -4492251 or 2454715. OLE color: 2454715.

HSL color Cylindrical-coordinate representation of color #BB7425: hue angle of 31.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB7425 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 116 37 -
CMYK 0 0.38 0.80 0.27
HSL 31.6º 0.67% 0.44% -
HSV(B) 31.6º 0.8% 0.73% -
XYZ 27.07 23.19 4.8 -
YUV 128.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 187 116 37 0 0.38 0.80 0.27 31.6 0.67 0.44
Hex BB 74 25 0 26 50 1B 20 43 2C
Octal 273 164 45 0 46 120 33 40 103 54
Binary 10111011 1110100 100101 0 100110 1010000 11011 100000 1000011 101100

Color Harmonies of #BB7425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7425

Black with #BB7425

Text Example


Text Example

White with #BB7425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7425; }

 p { color: rgb(187,116,37); }

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

background-color css

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

 a { background-color: rgb(187,116,37); }

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

border-color css

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

 span { border-color: rgb(187,116,37); }

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