Html Css Color HEX #BC948B Quicksand

📋 copy color: '#BC948B'

red 188 ◦ green 148 ◦ blue 139

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

Shades of Quicksand #BC948B

Tints of Quicksand #BC948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.16%

 BLUE value IS 139 (54.69% from 255) = 29.26%

R = 39.58%
G = 31.16%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC948B (or 0xBC948B) is known color: Quicksand. HEX triplet: BC, 94 and 8B. RGB value is (188,148,139). Sum of RGB (Red+Green+Blue) = 188+148+139=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC948B is #436B74. Grayscale: #9F9F9F. Windows color (decimal): -4418421 or 9147580. OLE color: 9147580.

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

Color convert

RGB 188 148 139 -
CMYK 0 0.21 0.26 0.26
HSL 11.02º 0.27% 0.64% -
HSV(B) 11.02º 0.26% 0.74% -
XYZ 35.99 33.74 29.04 -
YUV 158.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 188 148 139 0 0.21 0.26 0.26 11.02 0.27 0.64
Hex BC 94 8B 0 15 1A 1A B 1B 40
Octal 274 224 213 0 25 32 32 13 33 100
Binary 10111100 10010100 10001011 0 10101 11010 11010 1011 11011 1000000

Color Harmonies of #BC948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC948B

Black with #BC948B

Text Example


Text Example

White with #BC948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC948B; }

 p { color: rgb(188,148,139); }

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

background-color css

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

 a { background-color: rgb(188,148,139); }

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

border-color css

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

 span { border-color: rgb(188,148,139); }

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