Html Css Color HEX #BD9C92 Quicksand

📋 copy color: '#BD9C92'

red 189 ◦ green 156 ◦ blue 146

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

Shades of Quicksand #BD9C92

Tints of Quicksand #BD9C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.77%

 BLUE value IS 146 (57.42% from 255) = 29.74%

R = 38.49%
G = 31.77%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD9C92 (or 0xBD9C92) is known color: Quicksand. HEX triplet: BD, 9C and 92. RGB value is (189,156,146). Sum of RGB (Red+Green+Blue) = 189+156+146=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C92 is #42636D. Grayscale: #A4A4A4. Windows color (decimal): -4350830 or 9608381. OLE color: 9608381.

HSL color Cylindrical-coordinate representation of color #BD9C92: hue angle of 13.95º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9C92 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 156 146 -
CMYK 0 0.17 0.23 0.26
HSL 13.95º 0.25% 0.66% -
HSV(B) 13.95º 0.23% 0.74% -
XYZ 38.06 36.67 32.27 -
YUV 164.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 189 156 146 0 0.17 0.23 0.26 13.95 0.25 0.66
Hex BD 9C 92 0 11 17 1A E 19 42
Octal 275 234 222 0 21 27 32 16 31 102
Binary 10111101 10011100 10010010 0 10001 10111 11010 1110 11001 1000010

Color Harmonies of #BD9C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C92

Black with #BD9C92

Text Example


Text Example

White with #BD9C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C92; }

 p { color: rgb(189,156,146); }

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

background-color css

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

 a { background-color: rgb(189,156,146); }

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

border-color css

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

 span { border-color: rgb(189,156,146); }

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