Html Css Color HEX #BBB994 Coriander

📋 copy color: '#BBB994'

red 187 ◦ green 185 ◦ blue 148

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

Shades of Coriander #BBB994

Tints of Coriander #BBB994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.58%

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 35.96%
G = 35.58%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBB994 (or 0xBBB994) is known color: Coriander. HEX triplet: BB, B9 and 94. RGB value is (187,185,148). Sum of RGB (Red+Green+Blue) = 187+185+148=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB994 is #44466B. Grayscale: #B5B5B5. Windows color (decimal): -4474476 or 9746875. OLE color: 9746875.

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

Color convert

RGB 187 185 148 -
CMYK 0 0.01 0.21 0.27
HSL 56.92º 0.22% 0.66% -
HSV(B) 56.92º 0.21% 0.73% -
XYZ 43.19 47.4 34.89 -
YUV 181.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 187 185 148 0 0.01 0.21 0.27 56.92 0.22 0.66
Hex BB B9 94 0 1 15 1B 39 16 42
Octal 273 271 224 0 1 25 33 71 26 102
Binary 10111011 10111001 10010100 0 1 10101 11011 111001 10110 1000010

Color Harmonies of #BBB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB994

Black with #BBB994

Text Example


Text Example

White with #BBB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB994; }

 p { color: rgb(187,185,148); }

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

background-color css

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

 a { background-color: rgb(187,185,148); }

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

border-color css

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

 span { border-color: rgb(187,185,148); }

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