Html Css Color HEX #BD998D Quicksand

📋 copy color: '#BD998D'

red 189 ◦ green 153 ◦ blue 141

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

Shades of Quicksand #BD998D

Tints of Quicksand #BD998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.68%

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 39.13%
G = 31.68%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD998D (or 0xBD998D) is known color: Quicksand. HEX triplet: BD, 99 and 8D. RGB value is (189,153,141). Sum of RGB (Red+Green+Blue) = 189+153+141=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD998D is #426672. Grayscale: #A2A2A2. Windows color (decimal): -4351603 or 9279933. OLE color: 9279933.

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

Color convert

RGB 189 153 141 -
CMYK 0 0.19 0.25 0.26
HSL 15º 0.27% 0.65% -
HSV(B) 15º 0.25% 0.74% -
XYZ 37.19 35.52 30.1 -
YUV 162.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 189 153 141 0 0.19 0.25 0.26 15 0.27 0.65
Hex BD 99 8D 0 13 19 1A F 1B 41
Octal 275 231 215 0 23 31 32 17 33 101
Binary 10111101 10011001 10001101 0 10011 11001 11010 1111 11011 1000001

Color Harmonies of #BD998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD998D

Black with #BD998D

Text Example


Text Example

White with #BD998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD998D; }

 p { color: rgb(189,153,141); }

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

background-color css

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

 a { background-color: rgb(189,153,141); }

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

border-color css

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

 span { border-color: rgb(189,153,141); }

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