Html Css Color HEX #BC9789 Quicksand

📋 copy color: '#BC9789'

red 188 ◦ green 151 ◦ blue 137

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

Shades of Quicksand #BC9789

Tints of Quicksand #BC9789

RGB

 RED value IS 188 (73.83% from 255) = 39.5%

 GREEN value IS 151 (59.38% from 255) = 31.72%

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

R = 39.5%
G = 31.72%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC9789 (or 0xBC9789) is known color: Quicksand. HEX triplet: BC, 97 and 89. RGB value is (188,151,137). Sum of RGB (Red+Green+Blue) = 188+151+137=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9789 is #436876. Grayscale: #A0A0A0. Windows color (decimal): -4417655 or 9017276. OLE color: 9017276.

HSL color Cylindrical-coordinate representation of color #BC9789: hue angle of 16.47º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC9789 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 137 -
CMYK 0 0.20 0.27 0.26
HSL 16.47º 0.28% 0.64% -
HSV(B) 16.47º 0.27% 0.74% -
XYZ 36.32 34.63 28.44 -
YUV 160.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 188 151 137 0 0.20 0.27 0.26 16.47 0.28 0.64
Hex BC 97 89 0 14 1B 1A 10 1C 40
Octal 274 227 211 0 24 33 32 20 34 100
Binary 10111100 10010111 10001001 0 10100 11011 11010 10000 11100 1000000

Color Harmonies of #BC9789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9789

Black with #BC9789

Text Example


Text Example

White with #BC9789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9789; }

 p { color: rgb(188,151,137); }

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

background-color css

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

 a { background-color: rgb(188,151,137); }

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

border-color css

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

 span { border-color: rgb(188,151,137); }

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