Html Css Color HEX #BB7228 Pirate Gold

📋 copy color: '#BB7228'

red 187 ◦ green 114 ◦ blue 40

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

Shades of Pirate Gold #BB7228

Tints of Pirate Gold #BB7228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 54.84%
G = 33.43%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB7228 (or 0xBB7228) is known color: Pirate Gold. HEX triplet: BB, 72 and 28. RGB value is (187,114,40). Sum of RGB (Red+Green+Blue) = 187+114+40=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7228 is #448DD7. Grayscale: #7F7F7F. Windows color (decimal): -4492760 or 2650811. OLE color: 2650811.

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

Color convert

RGB 187 114 40 -
CMYK 0 0.39 0.79 0.27
HSL 30.2º 0.65% 0.45% -
HSV(B) 30.2º 0.79% 0.73% -
XYZ 26.89 22.75 4.98 -
YUV 127.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 187 114 40 0 0.39 0.79 0.27 30.2 0.65 0.45
Hex BB 72 28 0 27 4F 1B 1E 41 2D
Octal 273 162 50 0 47 117 33 36 101 55
Binary 10111011 1110010 101000 0 100111 1001111 11011 11110 1000001 101101

Color Harmonies of #BB7228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7228

Black with #BB7228

Text Example


Text Example

White with #BB7228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7228; }

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

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

background-color css

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

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

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

border-color css

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

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

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