Html Css Color HEX #BC7828 Pirate Gold

📋 copy color: '#BC7828'

red 188 ◦ green 120 ◦ blue 40

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

Shades of Pirate Gold #BC7828

Tints of Pirate Gold #BC7828

RGB

 RED value IS 188 (73.83% from 255) = 54.02%

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

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

R = 54.02%
G = 34.48%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC7828 (or 0xBC7828) is known color: Pirate Gold. HEX triplet: BC, 78 and 28. RGB value is (188,120,40). Sum of RGB (Red+Green+Blue) = 188+120+40=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7828 is #4387D7. Grayscale: #838383. Windows color (decimal): -4425688 or 2652348. OLE color: 2652348.

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

Color convert

RGB 188 120 40 -
CMYK 0 0.36 0.79 0.26
HSL 32.43º 0.65% 0.45% -
HSV(B) 32.43º 0.79% 0.74% -
XYZ 27.84 24.28 5.23 -
YUV 131.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 188 120 40 0 0.36 0.79 0.26 32.43 0.65 0.45
Hex BC 78 28 0 24 4F 1A 20 41 2D
Octal 274 170 50 0 44 117 32 40 101 55
Binary 10111100 1111000 101000 0 100100 1001111 11010 100000 1000001 101101

Color Harmonies of #BC7828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7828

Black with #BC7828

Text Example


Text Example

White with #BC7828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7828; }

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

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

background-color css

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

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

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

border-color css

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

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

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