Html Css Color HEX #BC9181 Quicksand

📋 copy color: '#BC9181'

red 188 ◦ green 145 ◦ blue 129

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

Shades of Quicksand #BC9181

Tints of Quicksand #BC9181

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.39%

 BLUE value IS 129 (50.78% from 255) = 27.92%

R = 40.69%
G = 31.39%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC9181 (or 0xBC9181) is known color: Quicksand. HEX triplet: BC, 91 and 81. RGB value is (188,145,129). Sum of RGB (Red+Green+Blue) = 188+145+129=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9181 is #436E7E. Grayscale: #9C9C9C. Windows color (decimal): -4419199 or 8491452. OLE color: 8491452.

HSL color Cylindrical-coordinate representation of color #BC9181: hue angle of 16.27º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC9181 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 145 129 -
CMYK 0 0.23 0.31 0.26
HSL 16.27º 0.31% 0.62% -
HSV(B) 16.27º 0.31% 0.74% -
XYZ 34.83 32.53 25.21 -
YUV 156.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 188 145 129 0 0.23 0.31 0.26 16.27 0.31 0.62
Hex BC 91 81 0 17 1F 1A 10 1F 3E
Octal 274 221 201 0 27 37 32 20 37 76
Binary 10111100 10010001 10000001 0 10111 11111 11010 10000 11111 111110

Color Harmonies of #BC9181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9181

Black with #BC9181

Text Example


Text Example

White with #BC9181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9181; }

 p { color: rgb(188,145,129); }

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

background-color css

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

 a { background-color: rgb(188,145,129); }

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

border-color css

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

 span { border-color: rgb(188,145,129); }

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