Html Css Color HEX #BBB696 Coriander

📋 copy color: '#BBB696'

red 187 ◦ green 182 ◦ blue 150

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

Shades of Coriander #BBB696

Tints of Coriander #BBB696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.07%

 BLUE value IS 150 (58.98% from 255) = 28.9%

R = 36.03%
G = 35.07%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBB696 (or 0xBBB696) is known color: Coriander. HEX triplet: BB, B6 and 96. RGB value is (187,182,150). Sum of RGB (Red+Green+Blue) = 187+182+150=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB696 is #444969. Grayscale: #B3B3B3. Windows color (decimal): -4475242 or 9877179. OLE color: 9877179.

HSL color Cylindrical-coordinate representation of color #BBB696: hue angle of 51.89º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB696 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 182 150 -
CMYK 0 0.03 0.20 0.27
HSL 51.89º 0.21% 0.66% -
HSV(B) 51.89º 0.2% 0.73% -
XYZ 42.73 46.22 35.52 -
YUV 179.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 187 182 150 0 0.03 0.20 0.27 51.89 0.21 0.66
Hex BB B6 96 0 3 14 1B 34 15 42
Octal 273 266 226 0 3 24 33 64 25 102
Binary 10111011 10110110 10010110 0 11 10100 11011 110100 10101 1000010

Color Harmonies of #BBB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB696

Black with #BBB696

Text Example


Text Example

White with #BBB696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB696; }

 p { color: rgb(187,182,150); }

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

background-color css

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

 a { background-color: rgb(187,182,150); }

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

border-color css

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

 span { border-color: rgb(187,182,150); }

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