Html Css Color HEX #BC8224 Pirate Gold

📋 copy color: '#BC8224'

red 188 ◦ green 130 ◦ blue 36

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

Shades of Pirate Gold #BC8224

Tints of Pirate Gold #BC8224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 36 (14.45% from 255) = 10.17%

R = 53.11%
G = 36.72%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC8224 (or 0xBC8224) is known color: Pirate Gold. HEX triplet: BC, 82 and 24. RGB value is (188,130,36). Sum of RGB (Red+Green+Blue) = 188+130+36=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8224 is #437DDB. Grayscale: #898989. Windows color (decimal): -4423132 or 2392764. OLE color: 2392764.

HSL color Cylindrical-coordinate representation of color #BC8224: hue angle of 37.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC8224 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 130 36 -
CMYK 0 0.31 0.81 0.26
HSL 37.11º 0.68% 0.44% -
HSV(B) 37.11º 0.81% 0.74% -
XYZ 29.04 26.78 5.31 -
YUV 136.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 188 130 36 0 0.31 0.81 0.26 37.11 0.68 0.44
Hex BC 82 24 0 1F 51 1A 25 44 2C
Octal 274 202 44 0 37 121 32 45 104 54
Binary 10111100 10000010 100100 0 11111 1010001 11010 100101 1000100 101100

Color Harmonies of #BC8224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8224

Black with #BC8224

Text Example


Text Example

White with #BC8224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8224; }

 p { color: rgb(188,130,36); }

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

background-color css

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

 a { background-color: rgb(188,130,36); }

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

border-color css

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

 span { border-color: rgb(188,130,36); }

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