Html Css Color HEX #BC6F25 Pirate Gold

📋 copy color: '#BC6F25'

red 188 ◦ green 111 ◦ blue 37

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

Shades of Pirate Gold #BC6F25

Tints of Pirate Gold #BC6F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 55.95%
G = 33.04%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC6F25 (or 0xBC6F25) is known color: Pirate Gold. HEX triplet: BC, 6F and 25. RGB value is (188,111,37). Sum of RGB (Red+Green+Blue) = 188+111+37=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F25 is #4390DA. Grayscale: #7D7D7D. Windows color (decimal): -4427995 or 2453436. OLE color: 2453436.

HSL color Cylindrical-coordinate representation of color #BC6F25: hue angle of 29.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC6F25 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 111 37 -
CMYK 0 0.41 0.80 0.26
HSL 29.4º 0.67% 0.44% -
HSV(B) 29.4º 0.8% 0.74% -
XYZ 26.76 22.19 4.62 -
YUV 125.59 78.01 172.52 -
System Red Green Blue C M Y K H S L
Decimal 188 111 37 0 0.41 0.80 0.26 29.4 0.67 0.44
Hex BC 6F 25 0 29 50 1A 1D 43 2C
Octal 274 157 45 0 51 120 32 35 103 54
Binary 10111100 1101111 100101 0 101001 1010000 11010 11101 1000011 101100

Color Harmonies of #BC6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F25

Black with #BC6F25

Text Example


Text Example

White with #BC6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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