Html Css Color HEX #BD988A Quicksand

📋 copy color: '#BD988A'

red 189 ◦ green 152 ◦ blue 138

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

Shades of Quicksand #BD988A

Tints of Quicksand #BD988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.73%

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

R = 39.46%
G = 31.73%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD988A (or 0xBD988A) is known color: Quicksand. HEX triplet: BD, 98 and 8A. RGB value is (189,152,138). Sum of RGB (Red+Green+Blue) = 189+152+138=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD988A is #426775. Grayscale: #A1A1A1. Windows color (decimal): -4351862 or 9083069. OLE color: 9083069.

HSL color Cylindrical-coordinate representation of color #BD988A: hue angle of 16.47º degrees, saturation: 0.28, 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 #BD988A is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 152 138 -
CMYK 0 0.20 0.27 0.26
HSL 16.47º 0.28% 0.64% -
HSV(B) 16.47º 0.27% 0.74% -
XYZ 36.8 35.11 28.88 -
YUV 161.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 189 152 138 0 0.20 0.27 0.26 16.47 0.28 0.64
Hex BD 98 8A 0 14 1B 1A 10 1C 40
Octal 275 230 212 0 24 33 32 20 34 100
Binary 10111101 10011000 10001010 0 10100 11011 11010 10000 11100 1000000

Color Harmonies of #BD988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD988A

Black with #BD988A

Text Example


Text Example

White with #BD988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD988A; }

 p { color: rgb(189,152,138); }

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

background-color css

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

 a { background-color: rgb(189,152,138); }

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

border-color css

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

 span { border-color: rgb(189,152,138); }

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