Html Css Color HEX #BC8022 Pirate Gold

📋 copy color: '#BC8022'

red 188 ◦ green 128 ◦ blue 34

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

Shades of Pirate Gold #BC8022

Tints of Pirate Gold #BC8022

RGB

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

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

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

R = 53.71%
G = 36.57%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC8022 (or 0xBC8022) is known color: Pirate Gold. HEX triplet: BC, 80 and 22. RGB value is (188,128,34). Sum of RGB (Red+Green+Blue) = 188+128+34=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8022 is #437FDD. Grayscale: #878787. Windows color (decimal): -4423646 or 2261180. OLE color: 2261180.

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

Color convert

RGB 188 128 34 -
CMYK 0 0.32 0.82 0.26
HSL 36.62º 0.69% 0.44% -
HSV(B) 36.62º 0.82% 0.74% -
XYZ 28.75 26.25 5.06 -
YUV 135.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 188 128 34 0 0.32 0.82 0.26 36.62 0.69 0.44
Hex BC 80 22 0 20 52 1A 25 45 2C
Octal 274 200 42 0 40 122 32 45 105 54
Binary 10111100 10000000 100010 0 100000 1010010 11010 100101 1000101 101100

Color Harmonies of #BC8022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8022

Black with #BC8022

Text Example


Text Example

White with #BC8022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8022; }

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

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

background-color css

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

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

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

border-color css

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

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

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