Html Css Color HEX #BC6E23 Pirate Gold

📋 copy color: '#BC6E23'

red 188 ◦ green 110 ◦ blue 35

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

Shades of Pirate Gold #BC6E23

Tints of Pirate Gold #BC6E23

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.03%

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

R = 56.46%
G = 33.03%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC6E23 (or 0xBC6E23) is known color: Pirate Gold. HEX triplet: BC, 6E and 23. RGB value is (188,110,35). Sum of RGB (Red+Green+Blue) = 188+110+35=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E23 is #4391DC. Grayscale: #7D7D7D. Windows color (decimal): -4428253 or 2322108. OLE color: 2322108.

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

Color convert

RGB 188 110 35 -
CMYK 0 0.41 0.81 0.26
HSL 29.41º 0.69% 0.44% -
HSV(B) 29.41º 0.81% 0.74% -
XYZ 26.62 21.96 4.43 -
YUV 124.77 77.34 173.1 -
System Red Green Blue C M Y K H S L
Decimal 188 110 35 0 0.41 0.81 0.26 29.41 0.69 0.44
Hex BC 6E 23 0 29 51 1A 1D 45 2C
Octal 274 156 43 0 51 121 32 35 105 54
Binary 10111100 1101110 100011 0 101001 1010001 11010 11101 1000101 101100

Color Harmonies of #BC6E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E23

Black with #BC6E23

Text Example


Text Example

White with #BC6E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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