Html Css Color HEX #BC6F27 Pirate Gold

📋 copy color: '#BC6F27'

red 188 ◦ green 111 ◦ blue 39

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

Shades of Pirate Gold #BC6F27

Tints of Pirate Gold #BC6F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

 BLUE value IS 39 (15.63% from 255) = 11.54%

R = 55.62%
G = 32.84%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC6F27 (or 0xBC6F27) is known color: Pirate Gold. HEX triplet: BC, 6F and 27. RGB value is (188,111,39). Sum of RGB (Red+Green+Blue) = 188+111+39=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F27 is #4390D8. Grayscale: #7E7E7E. Windows color (decimal): -4427993 or 2584508. OLE color: 2584508.

HSL color Cylindrical-coordinate representation of color #BC6F27: hue angle of 28.99º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC6F27 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 111 39 -
CMYK 0 0.41 0.79 0.26
HSL 28.99º 0.66% 0.45% -
HSV(B) 28.99º 0.79% 0.74% -
XYZ 26.79 22.21 4.79 -
YUV 125.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 188 111 39 0 0.41 0.79 0.26 28.99 0.66 0.45
Hex BC 6F 27 0 29 4F 1A 1D 42 2D
Octal 274 157 47 0 51 117 32 35 102 55
Binary 10111100 1101111 100111 0 101001 1001111 11010 11101 1000010 101101

Color Harmonies of #BC6F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F27

Black with #BC6F27

Text Example


Text Example

White with #BC6F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F27; }

 p { color: rgb(188,111,39); }

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

background-color css

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

 a { background-color: rgb(188,111,39); }

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

border-color css

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

 span { border-color: rgb(188,111,39); }

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