Html Css Color HEX #BF9E93 Quicksand

📋 copy color: '#BF9E93'

red 191 ◦ green 158 ◦ blue 147

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

Shades of Quicksand #BF9E93

Tints of Quicksand #BF9E93

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.85%

 BLUE value IS 147 (57.81% from 255) = 29.64%

R = 38.51%
G = 31.85%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF9E93 (or 0xBF9E93) is known color: Quicksand. HEX triplet: BF, 9E and 93. RGB value is (191,158,147). Sum of RGB (Red+Green+Blue) = 191+158+147=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E93 is #40616C. Grayscale: #A6A6A6. Windows color (decimal): -4219245 or 9674431. OLE color: 9674431.

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

Color convert

RGB 191 158 147 -
CMYK 0 0.17 0.23 0.25
HSL 15º 0.26% 0.66% -
HSV(B) 15º 0.23% 0.75% -
XYZ 38.98 37.64 32.81 -
YUV 166.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 191 158 147 0 0.17 0.23 0.25 15 0.26 0.66
Hex BF 9E 93 0 11 17 19 F 1A 42
Octal 277 236 223 0 21 27 31 17 32 102
Binary 10111111 10011110 10010011 0 10001 10111 11001 1111 11010 1000010

Color Harmonies of #BF9E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9E93

Black with #BF9E93

Text Example


Text Example

White with #BF9E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9E93; }

 p { color: rgb(191,158,147); }

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

background-color css

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

 a { background-color: rgb(191,158,147); }

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

border-color css

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

 span { border-color: rgb(191,158,147); }

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