Html Css Color HEX #BB7828 Pirate Gold

📋 copy color: '#BB7828'

red 187 ◦ green 120 ◦ blue 40

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

Shades of Pirate Gold #BB7828

Tints of Pirate Gold #BB7828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

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

R = 53.89%
G = 34.58%
B = 11.53%

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

#BB7828 (or 0xBB7828) is known color: Pirate Gold. HEX triplet: BB, 78 and 28. RGB value is (187,120,40). Sum of RGB (Red+Green+Blue) = 187+120+40=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7828 is #4487D7. Grayscale: #838383. Windows color (decimal): -4491224 or 2652347. OLE color: 2652347.

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

Color convert

RGB 187 120 40 -
CMYK 0 0.36 0.79 0.27
HSL 32.65º 0.65% 0.45% -
HSV(B) 32.65º 0.79% 0.73% -
XYZ 27.59 24.15 5.21 -
YUV 130.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 187 120 40 0 0.36 0.79 0.27 32.65 0.65 0.45
Hex BB 78 28 0 24 4F 1B 21 41 2D
Octal 273 170 50 0 44 117 33 41 101 55
Binary 10111011 1111000 101000 0 100100 1001111 11011 100001 1000001 101101

Color Harmonies of #BB7828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7828

Black with #BB7828

Text Example


Text Example

White with #BB7828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7828; }

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

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

background-color css

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

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

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

border-color css

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

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

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