Html Css Color HEX #BFA196 Quicksand

📋 copy color: '#BFA196'

red 191 ◦ green 161 ◦ blue 150

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

Shades of Quicksand #BFA196

Tints of Quicksand #BFA196

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.07%

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

R = 38.05%
G = 32.07%
B = 29.88%

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

#BFA196 (or 0xBFA196) is known color: Quicksand. HEX triplet: BF, A1 and 96. RGB value is (191,161,150). Sum of RGB (Red+Green+Blue) = 191+161+150=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA196 is #405E69. Grayscale: #A8A8A8. Windows color (decimal): -4218474 or 9871807. OLE color: 9871807.

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

Color convert

RGB 191 161 150 -
CMYK 0 0.16 0.21 0.25
HSL 16.1º 0.24% 0.67% -
HSV(B) 16.1º 0.21% 0.75% -
XYZ 39.74 38.77 34.24 -
YUV 168.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 191 161 150 0 0.16 0.21 0.25 16.1 0.24 0.67
Hex BF A1 96 0 10 15 19 10 18 43
Octal 277 241 226 0 20 25 31 20 30 103
Binary 10111111 10100001 10010110 0 10000 10101 11001 10000 11000 1000011

Color Harmonies of #BFA196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA196

Black with #BFA196

Text Example


Text Example

White with #BFA196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA196; }

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

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

background-color css

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

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

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

border-color css

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

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

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