#BBBA8A

Color #BBBA8A Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BBBA8A

Tints of Coriander #BBBA8A

Color information

#BBBA8A (or 0xBBBA8A) is unknown color: approx Coriander. HEX triplet: BB, BA and 8A. RGB value is (187,186,138). Sum of RGB (Red+Green+Blue) = 187+186+138=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA8A is #444575. Grayscale: #B5B5B5. Windows color (decimal): -4474230 or 9091771. OLE color: 9091771.

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

Color convert

RGB187186138-
CMYK00.010.260.27
HSL58.78º26.49%63.73%-
HSV(B)58.78º26.2%73.33%-
XYZ42.6447.5230.97-
YUV180.83103.83132.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=36.59%
G=36.40%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718613800.010.260.2758.7826.4963.73
HexBBBA8A011A1B3b1a40
Octal2732722120132337332100
Binary101110111011101010001010011101011011111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA8A; }

 p { color: rgb(187,186,138); }

 H1.HeaderClassName
 {
   color: #BBBA8A;
 }
 .AnyTagClassName
 {
   color: #BBBA8A;
 }
</style>
background-color css

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

 a { background-color: rgb(187,186,138); }

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

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

 span { border-color: rgb(187,186,138); }

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