Html Css Color HEX #BB7728 Pirate Gold

📋 copy color: '#BB7728'

red 187 ◦ green 119 ◦ blue 40

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

Shades of Pirate Gold #BB7728

Tints of Pirate Gold #BB7728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.39%

 BLUE value IS 40 (16.02% from 255) = 11.56%

R = 54.05%
G = 34.39%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB7728 (or 0xBB7728) is known color: Pirate Gold. HEX triplet: BB, 77 and 28. RGB value is (187,119,40). Sum of RGB (Red+Green+Blue) = 187+119+40=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7728 is #4488D7. Grayscale: #828282. Windows color (decimal): -4491480 or 2652091. OLE color: 2652091.

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

Color convert

RGB 187 119 40 -
CMYK 0 0.36 0.79 0.27
HSL 32.24º 0.65% 0.45% -
HSV(B) 32.24º 0.79% 0.73% -
XYZ 27.47 23.91 5.17 -
YUV 130.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 187 119 40 0 0.36 0.79 0.27 32.24 0.65 0.45
Hex BB 77 28 0 24 4F 1B 20 41 2D
Octal 273 167 50 0 44 117 33 40 101 55
Binary 10111011 1110111 101000 0 100100 1001111 11011 100000 1000001 101101

Color Harmonies of #BB7728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7728

Black with #BB7728

Text Example


Text Example

White with #BB7728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7728; }

 p { color: rgb(187,119,40); }

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

background-color css

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

 a { background-color: rgb(187,119,40); }

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

border-color css

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

 span { border-color: rgb(187,119,40); }

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