Html Css Color HEX #BC938A Quicksand

📋 copy color: '#BC938A'

red 188 ◦ green 147 ◦ blue 138

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

Shades of Quicksand #BC938A

Tints of Quicksand #BC938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.08%

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 39.75%
G = 31.08%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC938A (or 0xBC938A) is known color: Quicksand. HEX triplet: BC, 93 and 8A. RGB value is (188,147,138). Sum of RGB (Red+Green+Blue) = 188+147+138=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC938A is #436C75. Grayscale: #9E9E9E. Windows color (decimal): -4418678 or 9081788. OLE color: 9081788.

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

Color convert

RGB 188 147 138 -
CMYK 0 0.22 0.27 0.26
HSL 10.8º 0.27% 0.64% -
HSV(B) 10.8º 0.27% 0.74% -
XYZ 35.76 33.39 28.61 -
YUV 158.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 188 147 138 0 0.22 0.27 0.26 10.8 0.27 0.64
Hex BC 93 8A 0 16 1B 1A B 1B 40
Octal 274 223 212 0 26 33 32 13 33 100
Binary 10111100 10010011 10001010 0 10110 11011 11010 1011 11011 1000000

Color Harmonies of #BC938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC938A

Black with #BC938A

Text Example


Text Example

White with #BC938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC938A; }

 p { color: rgb(188,147,138); }

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

background-color css

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

 a { background-color: rgb(188,147,138); }

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

border-color css

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

 span { border-color: rgb(188,147,138); }

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