Html Css Color HEX #BC8028 Pirate Gold

📋 copy color: '#BC8028'

red 188 ◦ green 128 ◦ blue 40

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

Shades of Pirate Gold #BC8028

Tints of Pirate Gold #BC8028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

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

R = 52.81%
G = 35.96%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8028 (or 0xBC8028) is known color: Pirate Gold. HEX triplet: BC, 80 and 28. RGB value is (188,128,40). Sum of RGB (Red+Green+Blue) = 188+128+40=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8028 is #437FD7. Grayscale: #888888. Windows color (decimal): -4423640 or 2654396. OLE color: 2654396.

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

Color convert

RGB 188 128 40 -
CMYK 0 0.32 0.79 0.26
HSL 35.68º 0.65% 0.45% -
HSV(B) 35.68º 0.79% 0.74% -
XYZ 28.84 26.28 5.56 -
YUV 135.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 188 128 40 0 0.32 0.79 0.26 35.68 0.65 0.45
Hex BC 80 28 0 20 4F 1A 24 41 2D
Octal 274 200 50 0 40 117 32 44 101 55
Binary 10111100 10000000 101000 0 100000 1001111 11010 100100 1000001 101101

Color Harmonies of #BC8028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8028

Black with #BC8028

Text Example


Text Example

White with #BC8028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8028; }

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

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

background-color css

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

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

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

border-color css

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

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

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