Html Css Color HEX #BC8223 Pirate Gold

📋 copy color: '#BC8223'

red 188 ◦ green 130 ◦ blue 35

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

Shades of Pirate Gold #BC8223

Tints of Pirate Gold #BC8223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.92%

R = 53.26%
G = 36.83%
B = 9.92%

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

#BC8223 (or 0xBC8223) is known color: Pirate Gold. HEX triplet: BC, 82 and 23. RGB value is (188,130,35). Sum of RGB (Red+Green+Blue) = 188+130+35=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8223 is #437DDC. Grayscale: #888888. Windows color (decimal): -4423133 or 2327228. OLE color: 2327228.

HSL color Cylindrical-coordinate representation of color #BC8223: hue angle of 37.25º degrees, saturation: 0.69, 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 #BC8223 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 130 35 -
CMYK 0 0.31 0.81 0.26
HSL 37.25º 0.69% 0.44% -
HSV(B) 37.25º 0.81% 0.74% -
XYZ 29.03 26.78 5.23 -
YUV 136.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 188 130 35 0 0.31 0.81 0.26 37.25 0.69 0.44
Hex BC 82 23 0 1F 51 1A 25 45 2C
Octal 274 202 43 0 37 121 32 45 105 54
Binary 10111100 10000010 100011 0 11111 1010001 11010 100101 1000101 101100

Color Harmonies of #BC8223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8223

Black with #BC8223

Text Example


Text Example

White with #BC8223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8223; }

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

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

background-color css

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

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

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

border-color css

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

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

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