Html Css Color HEX #BD958A Quicksand

📋 copy color: '#BD958A'

red 189 ◦ green 149 ◦ blue 138

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

Shades of Quicksand #BD958A

Tints of Quicksand #BD958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.3%

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

R = 39.71%
G = 31.3%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD958A (or 0xBD958A) is known color: Quicksand. HEX triplet: BD, 95 and 8A. RGB value is (189,149,138). Sum of RGB (Red+Green+Blue) = 189+149+138=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD958A is #426A75. Grayscale: #9F9F9F. Windows color (decimal): -4352630 or 9082301. OLE color: 9082301.

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

Color convert

RGB 189 149 138 -
CMYK 0 0.21 0.27 0.26
HSL 12.94º 0.28% 0.64% -
HSV(B) 12.94º 0.27% 0.74% -
XYZ 36.32 34.15 28.72 -
YUV 159.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 189 149 138 0 0.21 0.27 0.26 12.94 0.28 0.64
Hex BD 95 8A 0 15 1B 1A D 1C 40
Octal 275 225 212 0 25 33 32 15 34 100
Binary 10111101 10010101 10001010 0 10101 11011 11010 1101 11100 1000000

Color Harmonies of #BD958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD958A

Black with #BD958A

Text Example


Text Example

White with #BD958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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