Html Css Color HEX #BB9082 Quicksand

📋 copy color: '#BB9082'

red 187 ◦ green 144 ◦ blue 130

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

Shades of Quicksand #BB9082

Tints of Quicksand #BB9082

RGB

 RED value IS 187 (73.44% from 255) = 40.56%

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

 BLUE value IS 130 (51.17% from 255) = 28.2%

R = 40.56%
G = 31.24%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB9082 (or 0xBB9082) is known color: Quicksand. HEX triplet: BB, 90 and 82. RGB value is (187,144,130). Sum of RGB (Red+Green+Blue) = 187+144+130=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9082 is #446F7D. Grayscale: #9B9B9B. Windows color (decimal): -4484990 or 8556731. OLE color: 8556731.

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

Color convert

RGB 187 144 130 -
CMYK 0 0.23 0.30 0.27
HSL 14.74º 0.3% 0.62% -
HSV(B) 14.74º 0.3% 0.73% -
XYZ 34.5 32.12 25.5 -
YUV 155.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 187 144 130 0 0.23 0.30 0.27 14.74 0.3 0.62
Hex BB 90 82 0 17 1E 1B F 1E 3E
Octal 273 220 202 0 27 36 33 17 36 76
Binary 10111011 10010000 10000010 0 10111 11110 11011 1111 11110 111110

Color Harmonies of #BB9082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9082

Black with #BB9082

Text Example


Text Example

White with #BB9082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9082; }

 p { color: rgb(187,144,130); }

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

background-color css

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

 a { background-color: rgb(187,144,130); }

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

border-color css

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

 span { border-color: rgb(187,144,130); }

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