#BBB88D

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

Shades of Coriander #BBB88D

Tints of Coriander #BBB88D

Color information

#BBB88D (or 0xBBB88D) is unknown color: approx Coriander. HEX triplet: BB, B8 and 8D. RGB value is (187,184,141). Sum of RGB (Red+Green+Blue) = 187+184+141=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB88D is #444772. Grayscale: #B4B4B4. Windows color (decimal): -4474739 or 9287867. OLE color: 9287867.

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

Color convert

RGB187184141-
CMYK00.020.250.27
HSL56.09º25.27%64.31%-
HSV(B)56.09º24.6%73.33%-
XYZ42.4446.7731.99-
YUV180105.99133-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=36.52%
G=35.94%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718414100.020.250.2756.0925.2764.31
HexBBB88D02191B381940
Octal2732702150231337031100
Binary1011101110111000100011010101100111011111000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB88D; }

 p { color: rgb(187,184,141); }

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

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

 a { background-color: rgb(187,184,141); }

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

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

 span { border-color: rgb(187,184,141); }

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