Html Css Color HEX #BB7627 Pirate Gold

📋 copy color: '#BB7627'

red 187 ◦ green 118 ◦ blue 39

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

Shades of Pirate Gold #BB7627

Tints of Pirate Gold #BB7627

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

 BLUE value IS 39 (15.63% from 255) = 11.34%

R = 54.36%
G = 34.3%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB7627 (or 0xBB7627) is known color: Pirate Gold. HEX triplet: BB, 76 and 27. RGB value is (187,118,39). Sum of RGB (Red+Green+Blue) = 187+118+39=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7627 is #4489D8. Grayscale: #828282. Windows color (decimal): -4491737 or 2586299. OLE color: 2586299.

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

Color convert

RGB 187 118 39 -
CMYK 0 0.37 0.79 0.27
HSL 32.03º 0.65% 0.44% -
HSV(B) 32.03º 0.79% 0.73% -
XYZ 27.34 23.67 5.05 -
YUV 129.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 187 118 39 0 0.37 0.79 0.27 32.03 0.65 0.44
Hex BB 76 27 0 25 4F 1B 20 41 2C
Octal 273 166 47 0 45 117 33 40 101 54
Binary 10111011 1110110 100111 0 100101 1001111 11011 100000 1000001 101100

Color Harmonies of #BB7627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7627

Black with #BB7627

Text Example


Text Example

White with #BB7627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7627; }

 p { color: rgb(187,118,39); }

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

background-color css

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

 a { background-color: rgb(187,118,39); }

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

border-color css

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

 span { border-color: rgb(187,118,39); }

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