Html Css Color HEX #BF9387 Quicksand

📋 copy color: '#BF9387'

red 191 ◦ green 147 ◦ blue 135

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

Shades of Quicksand #BF9387

Tints of Quicksand #BF9387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.08%

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 40.38%
G = 31.08%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF9387 (or 0xBF9387) is known color: Quicksand. HEX triplet: BF, 93 and 87. RGB value is (191,147,135). Sum of RGB (Red+Green+Blue) = 191+147+135=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9387 is #406C78. Grayscale: #9E9E9E. Windows color (decimal): -4222073 or 8885183. OLE color: 8885183.

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

Color convert

RGB 191 147 135 -
CMYK 0 0.23 0.29 0.25
HSL 12.86º 0.3% 0.64% -
HSV(B) 12.86º 0.29% 0.75% -
XYZ 36.29 33.69 27.51 -
YUV 158.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 191 147 135 0 0.23 0.29 0.25 12.86 0.3 0.64
Hex BF 93 87 0 17 1D 19 D 1E 40
Octal 277 223 207 0 27 35 31 15 36 100
Binary 10111111 10010011 10000111 0 10111 11101 11001 1101 11110 1000000

Color Harmonies of #BF9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9387

Black with #BF9387

Text Example


Text Example

White with #BF9387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9387; }

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

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

background-color css

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

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

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

border-color css

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

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

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