Html Css Color HEX #BC9685 Quicksand

📋 copy color: '#BC9685'

red 188 ◦ green 150 ◦ blue 133

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

Shades of Quicksand #BC9685

Tints of Quicksand #BC9685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.85%

 BLUE value IS 133 (52.34% from 255) = 28.24%

R = 39.92%
G = 31.85%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC9685 (or 0xBC9685) is known color: Quicksand. HEX triplet: BC, 96 and 85. RGB value is (188,150,133). Sum of RGB (Red+Green+Blue) = 188+150+133=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9685 is #43697A. Grayscale: #9F9F9F. Windows color (decimal): -4417915 or 8754876. OLE color: 8754876.

HSL color Cylindrical-coordinate representation of color #BC9685: hue angle of 18.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9685 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 133 -
CMYK 0 0.20 0.29 0.26
HSL 18.55º 0.29% 0.63% -
HSV(B) 18.55º 0.29% 0.74% -
XYZ 35.88 34.2 26.9 -
YUV 159.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 188 150 133 0 0.20 0.29 0.26 18.55 0.29 0.63
Hex BC 96 85 0 14 1D 1A 13 1D 3F
Octal 274 226 205 0 24 35 32 23 35 77
Binary 10111100 10010110 10000101 0 10100 11101 11010 10011 11101 111111

Color Harmonies of #BC9685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9685

Black with #BC9685

Text Example


Text Example

White with #BC9685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9685; }

 p { color: rgb(188,150,133); }

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

background-color css

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

 a { background-color: rgb(188,150,133); }

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

border-color css

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

 span { border-color: rgb(188,150,133); }

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