Html Css Color HEX #BD968B Quicksand

📋 copy color: '#BD968B'

red 189 ◦ green 150 ◦ blue 139

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

Shades of Quicksand #BD968B

Tints of Quicksand #BD968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

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

R = 39.54%
G = 31.38%
B = 29.08%

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

#BD968B (or 0xBD968B) is known color: Quicksand. HEX triplet: BD, 96 and 8B. RGB value is (189,150,139). Sum of RGB (Red+Green+Blue) = 189+150+139=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD968B is #426974. Grayscale: #A0A0A0. Windows color (decimal): -4352373 or 9148093. OLE color: 9148093.

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

Color convert

RGB 189 150 139 -
CMYK 0 0.21 0.26 0.26
HSL 13.2º 0.27% 0.64% -
HSV(B) 13.2º 0.26% 0.74% -
XYZ 36.55 34.5 29.16 -
YUV 160.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 189 150 139 0 0.21 0.26 0.26 13.2 0.27 0.64
Hex BD 96 8B 0 15 1A 1A D 1B 40
Octal 275 226 213 0 25 32 32 15 33 100
Binary 10111101 10010110 10001011 0 10101 11010 11010 1101 11011 1000000

Color Harmonies of #BD968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD968B

Black with #BD968B

Text Example


Text Example

White with #BD968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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