#BF9483

Color #BF9483 Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #BF9483

Tints of Quicksand #BF9483

Color information

#BF9483 (or 0xBF9483) is unknown color: approx Quicksand. HEX triplet: BF, 94 and 83. RGB value is (191,148,131). Sum of RGB (Red+Green+Blue) = 191+148+131=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9483 is #406B7C. Grayscale: #9F9F9F. Windows color (decimal): -4221821 or 8623295. OLE color: 8623295.

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

Color convert

RGB191148131-
CMYK00.230.310.25
HSL17º31.91%63.14%-
HSV(B)17º31.41%74.9%-
XYZ36.1733.8926.11-
YUV158.92112.25150.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=40.64%
G=31.49%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114813100.230.310.251731.9163.14
HexBF94830171F1911203f
Octal2772242030273731214077
Binary101111111001010010000011010111111111100110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9483; }

 p { color: rgb(191,148,131); }

 H1.HeaderClassName
 {
   color: #BF9483;
 }
 .AnyTagClassName
 {
   color: #BF9483;
 }
</style>
background-color css

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

 a { background-color: rgb(191,148,131); }

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

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

 span { border-color: rgb(191,148,131); }

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