Html Css Color HEX #BC8222 Pirate Gold

📋 copy color: '#BC8222'

red 188 ◦ green 130 ◦ blue 34

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

Shades of Pirate Gold #BC8222

Tints of Pirate Gold #BC8222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.66%

R = 53.41%
G = 36.93%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC8222 (or 0xBC8222) is known color: Pirate Gold. HEX triplet: BC, 82 and 22. RGB value is (188,130,34). Sum of RGB (Red+Green+Blue) = 188+130+34=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8222 is #437DDD. Grayscale: #888888. Windows color (decimal): -4423134 or 2261692. OLE color: 2261692.

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

Color convert

RGB 188 130 34 -
CMYK 0 0.31 0.82 0.26
HSL 37.4º 0.69% 0.44% -
HSV(B) 37.4º 0.82% 0.74% -
XYZ 29.01 26.77 5.15 -
YUV 136.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 188 130 34 0 0.31 0.82 0.26 37.4 0.69 0.44
Hex BC 82 22 0 1F 52 1A 25 45 2C
Octal 274 202 42 0 37 122 32 45 105 54
Binary 10111100 10000010 100010 0 11111 1010010 11010 100101 1000101 101100

Color Harmonies of #BC8222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8222

Black with #BC8222

Text Example


Text Example

White with #BC8222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8222; }

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

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

background-color css

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

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

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

border-color css

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

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

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