Html Css Color HEX #BC6F23 Pirate Gold

📋 copy color: '#BC6F23'

red 188 ◦ green 111 ◦ blue 35

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

Shades of Pirate Gold #BC6F23

Tints of Pirate Gold #BC6F23

RGB

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

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

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

R = 56.29%
G = 33.23%
B = 10.48%

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

#BC6F23 (or 0xBC6F23) is known color: Pirate Gold. HEX triplet: BC, 6F and 23. RGB value is (188,111,35). Sum of RGB (Red+Green+Blue) = 188+111+35=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F23 is #4390DC. Grayscale: #7D7D7D. Windows color (decimal): -4427997 or 2322364. OLE color: 2322364.

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

Color convert

RGB 188 111 35 -
CMYK 0 0.41 0.81 0.26
HSL 29.8º 0.69% 0.44% -
HSV(B) 29.8º 0.81% 0.74% -
XYZ 26.73 22.18 4.46 -
YUV 125.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 188 111 35 0 0.41 0.81 0.26 29.8 0.69 0.44
Hex BC 6F 23 0 29 51 1A 1E 45 2C
Octal 274 157 43 0 51 121 32 36 105 54
Binary 10111100 1101111 100011 0 101001 1010001 11010 11110 1000101 101100

Color Harmonies of #BC6F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F23

Black with #BC6F23

Text Example


Text Example

White with #BC6F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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