Html Css Color HEX #BC9A92 Quicksand

📋 copy color: '#BC9A92'

red 188 ◦ green 154 ◦ blue 146

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

Shades of Quicksand #BC9A92

Tints of Quicksand #BC9A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.56%

 BLUE value IS 146 (57.42% from 255) = 29.92%

R = 38.52%
G = 31.56%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC9A92 (or 0xBC9A92) is known color: Quicksand. HEX triplet: BC, 9A and 92. RGB value is (188,154,146). Sum of RGB (Red+Green+Blue) = 188+154+146=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9A92 is #43656D. Grayscale: #A3A3A3. Windows color (decimal): -4416878 or 9607868. OLE color: 9607868.

HSL color Cylindrical-coordinate representation of color #BC9A92: hue angle of 11.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9A92 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 146 -
CMYK 0 0.18 0.22 0.26
HSL 11.43º 0.24% 0.65% -
HSV(B) 11.43º 0.22% 0.74% -
XYZ 37.48 35.88 32.14 -
YUV 163.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 188 154 146 0 0.18 0.22 0.26 11.43 0.24 0.65
Hex BC 9A 92 0 12 16 1A B 18 41
Octal 274 232 222 0 22 26 32 13 30 101
Binary 10111100 10011010 10010010 0 10010 10110 11010 1011 11000 1000001

Color Harmonies of #BC9A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A92

Black with #BC9A92

Text Example


Text Example

White with #BC9A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A92; }

 p { color: rgb(188,154,146); }

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

background-color css

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

 a { background-color: rgb(188,154,146); }

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

border-color css

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

 span { border-color: rgb(188,154,146); }

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