#BBB48F

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

Shades of Coriander #BBB48F

Tints of Coriander #BBB48F

Color information

#BBB48F (or 0xBBB48F) is unknown color: approx Coriander. HEX triplet: BB, B4 and 8F. RGB value is (187,180,143). Sum of RGB (Red+Green+Blue) = 187+180+143=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB48F is #444B70. Grayscale: #B2B2B2. Windows color (decimal): -4475761 or 9417915. OLE color: 9417915.

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

Color convert

RGB187180143-
CMYK00.040.240.27
HSL50.45º24.44%64.71%-
HSV(B)50.45º23.53%73.33%-
XYZ41.7745.1932.51-
YUV177.87108.32134.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=36.67%
G=35.29%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718014300.040.240.2750.4524.4464.71
HexBBB48F04181B321841
Octal2732642170430336230101
Binary10111011101101001000111101001100011011110010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB48F; }

 p { color: rgb(187,180,143); }

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

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

 a { background-color: rgb(187,180,143); }

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

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

 span { border-color: rgb(187,180,143); }

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