Html Css Color HEX #BF9B89 Quicksand

📋 copy color: '#BF9B89'

red 191 ◦ green 155 ◦ blue 137

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

Shades of Quicksand #BF9B89

Tints of Quicksand #BF9B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

 BLUE value IS 137 (53.91% from 255) = 28.36%

R = 39.54%
G = 32.09%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF9B89 (or 0xBF9B89) is known color: Quicksand. HEX triplet: BF, 9B and 89. RGB value is (191,155,137). Sum of RGB (Red+Green+Blue) = 191+155+137=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9B89 is #406476. Grayscale: #A3A3A3. Windows color (decimal): -4220023 or 9018303. OLE color: 9018303.

HSL color Cylindrical-coordinate representation of color #BF9B89: hue angle of 20º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF9B89 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 155 137 -
CMYK 0 0.19 0.28 0.25
HSL 20º 0.3% 0.64% -
HSV(B) 20º 0.28% 0.75% -
XYZ 37.72 36.33 28.69 -
YUV 163.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 191 155 137 0 0.19 0.28 0.25 20 0.3 0.64
Hex BF 9B 89 0 13 1C 19 14 1E 40
Octal 277 233 211 0 23 34 31 24 36 100
Binary 10111111 10011011 10001001 0 10011 11100 11001 10100 11110 1000000

Color Harmonies of #BF9B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9B89

Black with #BF9B89

Text Example


Text Example

White with #BF9B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9B89; }

 p { color: rgb(191,155,137); }

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

background-color css

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

 a { background-color: rgb(191,155,137); }

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

border-color css

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

 span { border-color: rgb(191,155,137); }

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