Html Css Color HEX #B99083 Quicksand

📋 copy color: '#B99083'

red 185 ◦ green 144 ◦ blue 131

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

Shades of Quicksand #B99083

Tints of Quicksand #B99083

RGB

 RED value IS 185 (72.66% from 255) = 40.22%

 GREEN value IS 144 (56.64% from 255) = 31.3%

 BLUE value IS 131 (51.56% from 255) = 28.48%

R = 40.22%
G = 31.3%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B99083 (or 0xB99083) is known color: Quicksand. HEX triplet: B9, 90 and 83. RGB value is (185,144,131). Sum of RGB (Red+Green+Blue) = 185+144+131=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B99083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99083 is #466F7C. Grayscale: #9A9A9A. Windows color (decimal): -4616061 or 8622265. OLE color: 8622265.

HSL color Cylindrical-coordinate representation of color #B99083: hue angle of 14.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B99083 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 144 131 -
CMYK 0 0.22 0.29 0.27
HSL 14.44º 0.28% 0.62% -
HSV(B) 14.44º 0.29% 0.73% -
XYZ 34.08 31.9 25.83 -
YUV 154.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 185 144 131 0 0.22 0.29 0.27 14.44 0.28 0.62
Hex B9 90 83 0 16 1D 1B E 1C 3E
Octal 271 220 203 0 26 35 33 16 34 76
Binary 10111001 10010000 10000011 0 10110 11101 11011 1110 11100 111110

Color Harmonies of #B99083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99083

Black with #B99083

Text Example


Text Example

White with #B99083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99083; }

 p { color: rgb(185,144,131); }

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

background-color css

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

 a { background-color: rgb(185,144,131); }

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

border-color css

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

 span { border-color: rgb(185,144,131); }

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