Html Css Color HEX #BD948C Quicksand

📋 copy color: '#BD948C'

red 189 ◦ green 148 ◦ blue 140

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

Shades of Quicksand #BD948C

Tints of Quicksand #BD948C

RGB

 RED value IS 189 (74.22% from 255) = 39.62%

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

 BLUE value IS 140 (55.08% from 255) = 29.35%

R = 39.62%
G = 31.03%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD948C (or 0xBD948C) is known color: Quicksand. HEX triplet: BD, 94 and 8C. RGB value is (189,148,140). Sum of RGB (Red+Green+Blue) = 189+148+140=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD948C is #426B73. Grayscale: #9F9F9F. Windows color (decimal): -4352884 or 9213117. OLE color: 9213117.

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

Color convert

RGB 189 148 140 -
CMYK 0 0.22 0.26 0.26
HSL 9.8º 0.27% 0.65% -
HSV(B) 9.8º 0.26% 0.74% -
XYZ 36.31 33.89 29.44 -
YUV 159.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 189 148 140 0 0.22 0.26 0.26 9.8 0.27 0.65
Hex BD 94 8C 0 16 1A 1A A 1B 41
Octal 275 224 214 0 26 32 32 12 33 101
Binary 10111101 10010100 10001100 0 10110 11010 11010 1010 11011 1000001

Color Harmonies of #BD948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD948C

Black with #BD948C

Text Example


Text Example

White with #BD948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD948C; }

 p { color: rgb(189,148,140); }

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

background-color css

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

 a { background-color: rgb(189,148,140); }

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

border-color css

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

 span { border-color: rgb(189,148,140); }

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