Html Css Color HEX #BD998B Quicksand

📋 copy color: '#BD998B'

red 189 ◦ green 153 ◦ blue 139

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

Shades of Quicksand #BD998B

Tints of Quicksand #BD998B

RGB

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

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

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

R = 39.29%
G = 31.81%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD998B (or 0xBD998B) is known color: Quicksand. HEX triplet: BD, 99 and 8B. RGB value is (189,153,139). Sum of RGB (Red+Green+Blue) = 189+153+139=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD998B is #426674. Grayscale: #A2A2A2. Windows color (decimal): -4351605 or 9148861. OLE color: 9148861.

HSL color Cylindrical-coordinate representation of color #BD998B: hue angle of 16.8º 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 #BD998B is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 153 139 -
CMYK 0 0.19 0.26 0.26
HSL 16.8º 0.27% 0.64% -
HSV(B) 16.8º 0.26% 0.74% -
XYZ 37.04 35.47 29.32 -
YUV 162.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 189 153 139 0 0.19 0.26 0.26 16.8 0.27 0.64
Hex BD 99 8B 0 13 1A 1A 11 1B 40
Octal 275 231 213 0 23 32 32 21 33 100
Binary 10111101 10011001 10001011 0 10011 11010 11010 10001 11011 1000000

Color Harmonies of #BD998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD998B

Black with #BD998B

Text Example


Text Example

White with #BD998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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