#BBB28F

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

Shades of Coriander #BBB28F

Tints of Coriander #BBB28F

Color information

#BBB28F (or 0xBBB28F) is unknown color: approx Coriander. HEX triplet: BB, B2 and 8F. RGB value is (187,178,143). Sum of RGB (Red+Green+Blue) = 187+178+143=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB28F is #444D70. Grayscale: #B0B0B0. Windows color (decimal): -4476273 or 9417403. OLE color: 9417403.

HSL color Cylindrical-coordinate representation of color #BBB28F: hue angle of 47.73º 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 #BBB28F is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187178143-
CMYK00.050.240.27
HSL47.73º24.44%64.71%-
HSV(B)47.73º23.53%73.33%-
XYZ41.3744.3932.37-
YUV176.7108.98135.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=36.81%
G=35.04%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717814300.050.240.2747.7324.4464.71
HexBBB28F05181B301841
Octal2732622170530336030101
Binary10111011101100101000111101011100011011110000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB28F; }

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

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

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

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

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

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

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

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