Html Css Color HEX #BF9584 Quicksand

📋 copy color: '#BF9584'

red 191 ◦ green 149 ◦ blue 132

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

Shades of Quicksand #BF9584

Tints of Quicksand #BF9584

RGB

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

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

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

R = 40.47%
G = 31.57%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF9584 (or 0xBF9584) is known color: Quicksand. HEX triplet: BF, 95 and 84. RGB value is (191,149,132). Sum of RGB (Red+Green+Blue) = 191+149+132=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9584 is #406A7B. Grayscale: #9F9F9F. Windows color (decimal): -4221564 or 8689087. OLE color: 8689087.

HSL color Cylindrical-coordinate representation of color #BF9584: hue angle of 17.29º 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 #BF9584 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 149 132 -
CMYK 0 0.22 0.31 0.25
HSL 17.29º 0.32% 0.63% -
HSV(B) 17.29º 0.31% 0.75% -
XYZ 36.4 34.24 26.52 -
YUV 159.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 191 149 132 0 0.22 0.31 0.25 17.29 0.32 0.63
Hex BF 95 84 0 16 1F 19 11 20 3F
Octal 277 225 204 0 26 37 31 21 40 77
Binary 10111111 10010101 10000100 0 10110 11111 11001 10001 100000 111111

Color Harmonies of #BF9584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9584

Black with #BF9584

Text Example


Text Example

White with #BF9584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9584; }

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

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

background-color css

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

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

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

border-color css

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

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

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