Html Css Color HEX #BC6D24 Pirate Gold

📋 copy color: '#BC6D24'

red 188 ◦ green 109 ◦ blue 36

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

Shades of Pirate Gold #BC6D24

Tints of Pirate Gold #BC6D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.73%

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

R = 56.46%
G = 32.73%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC6D24 (or 0xBC6D24) is known color: Pirate Gold. HEX triplet: BC, 6D and 24. RGB value is (188,109,36). Sum of RGB (Red+Green+Blue) = 188+109+36=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D24 is #4392DB. Grayscale: #7C7C7C. Windows color (decimal): -4428508 or 2387388. OLE color: 2387388.

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

Color convert

RGB 188 109 36 -
CMYK 0 0.42 0.81 0.26
HSL 28.82º 0.68% 0.44% -
HSV(B) 28.82º 0.81% 0.74% -
XYZ 26.53 21.76 4.47 -
YUV 124.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 188 109 36 0 0.42 0.81 0.26 28.82 0.68 0.44
Hex BC 6D 24 0 2A 51 1A 1D 44 2C
Octal 274 155 44 0 52 121 32 35 104 54
Binary 10111100 1101101 100100 0 101010 1010001 11010 11101 1000100 101100

Color Harmonies of #BC6D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D24

Black with #BC6D24

Text Example


Text Example

White with #BC6D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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