Html Css Color HEX #BF9684 Quicksand

📋 copy color: '#BF9684'

red 191 ◦ green 150 ◦ blue 132

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

Shades of Quicksand #BF9684

Tints of Quicksand #BF9684

RGB

 RED value IS 191 (75% from 255) = 40.38%

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

 BLUE value IS 132 (51.95% from 255) = 27.91%

R = 40.38%
G = 31.71%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF9684 (or 0xBF9684) is known color: Quicksand. HEX triplet: BF, 96 and 84. RGB value is (191,150,132). Sum of RGB (Red+Green+Blue) = 191+150+132=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9684 is #40697B. Grayscale: #A0A0A0. Windows color (decimal): -4221308 or 8689343. OLE color: 8689343.

HSL color Cylindrical-coordinate representation of color #BF9684: hue angle of 18.31º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF9684 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 150 132 -
CMYK 0 0.21 0.31 0.25
HSL 18.31º 0.32% 0.63% -
HSV(B) 18.31º 0.31% 0.75% -
XYZ 36.56 34.56 26.57 -
YUV 160.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 191 150 132 0 0.21 0.31 0.25 18.31 0.32 0.63
Hex BF 96 84 0 15 1F 19 12 20 3F
Octal 277 226 204 0 25 37 31 22 40 77
Binary 10111111 10010110 10000100 0 10101 11111 11001 10010 100000 111111

Color Harmonies of #BF9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9684

Black with #BF9684

Text Example


Text Example

White with #BF9684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9684; }

 p { color: rgb(191,150,132); }

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

background-color css

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

 a { background-color: rgb(191,150,132); }

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

border-color css

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

 span { border-color: rgb(191,150,132); }

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