Html Css Color HEX #BD958B Quicksand

📋 copy color: '#BD958B'

red 189 ◦ green 149 ◦ blue 139

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

Shades of Quicksand #BD958B

Tints of Quicksand #BD958B

RGB

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

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

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

R = 39.62%
G = 31.24%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD958B (or 0xBD958B) is known color: Quicksand. HEX triplet: BD, 95 and 8B. RGB value is (189,149,139). Sum of RGB (Red+Green+Blue) = 189+149+139=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD958B is #426A74. Grayscale: #9F9F9F. Windows color (decimal): -4352629 or 9147837. OLE color: 9147837.

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

Color convert

RGB 189 149 139 -
CMYK 0 0.21 0.26 0.26
HSL 12º 0.27% 0.64% -
HSV(B) 12º 0.26% 0.74% -
XYZ 36.39 34.18 29.1 -
YUV 159.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 189 149 139 0 0.21 0.26 0.26 12 0.27 0.64
Hex BD 95 8B 0 15 1A 1A C 1B 40
Octal 275 225 213 0 25 32 32 14 33 100
Binary 10111101 10010101 10001011 0 10101 11010 11010 1100 11011 1000000

Color Harmonies of #BD958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD958B

Black with #BD958B

Text Example


Text Example

White with #BD958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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