Html Css Color HEX #BF958B Quicksand

📋 copy color: '#BF958B'

red 191 ◦ green 149 ◦ blue 139

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

Shades of Quicksand #BF958B

Tints of Quicksand #BF958B

RGB

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

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

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

R = 39.87%
G = 31.11%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF958B (or 0xBF958B) is known color: Quicksand. HEX triplet: BF, 95 and 8B. RGB value is (191,149,139). Sum of RGB (Red+Green+Blue) = 191+149+139=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF958B is #406A74. Grayscale: #A0A0A0. Windows color (decimal): -4221557 or 9147839. OLE color: 9147839.

HSL color Cylindrical-coordinate representation of color #BF958B: hue angle of 11.54º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF958B is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 149 139 -
CMYK 0 0.22 0.27 0.25
HSL 11.54º 0.29% 0.65% -
HSV(B) 11.54º 0.27% 0.75% -
XYZ 36.89 34.44 29.13 -
YUV 160.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 191 149 139 0 0.22 0.27 0.25 11.54 0.29 0.65
Hex BF 95 8B 0 16 1B 19 C 1D 41
Octal 277 225 213 0 26 33 31 14 35 101
Binary 10111111 10010101 10001011 0 10110 11011 11001 1100 11101 1000001

Color Harmonies of #BF958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF958B

Black with #BF958B

Text Example


Text Example

White with #BF958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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