Html Css Color HEX #BD978B Quicksand

📋 copy color: '#BD978B'

red 189 ◦ green 151 ◦ blue 139

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

Shades of Quicksand #BD978B

Tints of Quicksand #BD978B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.52%

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

R = 39.46%
G = 31.52%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD978B (or 0xBD978B) is known color: Quicksand. HEX triplet: BD, 97 and 8B. RGB value is (189,151,139). Sum of RGB (Red+Green+Blue) = 189+151+139=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD978B is #426874. Grayscale: #A1A1A1. Windows color (decimal): -4352117 or 9148349. OLE color: 9148349.

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

Color convert

RGB 189 151 139 -
CMYK 0 0.20 0.26 0.26
HSL 14.4º 0.27% 0.64% -
HSV(B) 14.4º 0.26% 0.74% -
XYZ 36.71 34.82 29.21 -
YUV 160.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 189 151 139 0 0.20 0.26 0.26 14.4 0.27 0.64
Hex BD 97 8B 0 14 1A 1A E 1B 40
Octal 275 227 213 0 24 32 32 16 33 100
Binary 10111101 10010111 10001011 0 10100 11010 11010 1110 11011 1000000

Color Harmonies of #BD978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD978B

Black with #BD978B

Text Example


Text Example

White with #BD978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD978B; }

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

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

background-color css

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

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

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

border-color css

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

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

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