Html Css Color HEX #BFA096 Quicksand

📋 copy color: '#BFA096'

red 191 ◦ green 160 ◦ blue 150

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

Shades of Quicksand #BFA096

Tints of Quicksand #BFA096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.94%

 BLUE value IS 150 (58.98% from 255) = 29.94%

R = 38.12%
G = 31.94%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BFA096 (or 0xBFA096) is known color: Quicksand. HEX triplet: BF, A0 and 96. RGB value is (191,160,150). Sum of RGB (Red+Green+Blue) = 191+160+150=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA096 is #405F69. Grayscale: #A8A8A8. Windows color (decimal): -4218730 or 9871551. OLE color: 9871551.

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

Color convert

RGB 191 160 150 -
CMYK 0 0.16 0.21 0.25
HSL 14.63º 0.24% 0.67% -
HSV(B) 14.63º 0.21% 0.75% -
XYZ 39.56 38.42 34.18 -
YUV 168.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 191 160 150 0 0.16 0.21 0.25 14.63 0.24 0.67
Hex BF A0 96 0 10 15 19 F 18 43
Octal 277 240 226 0 20 25 31 17 30 103
Binary 10111111 10100000 10010110 0 10000 10101 11001 1111 11000 1000011

Color Harmonies of #BFA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA096

Black with #BFA096

Text Example


Text Example

White with #BFA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA096; }

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

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

background-color css

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

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

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

border-color css

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

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

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