#BBB385

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

Shades of Coriander #BBB385

Tints of Coriander #BBB385

Color information

#BBB385 (or 0xBBB385) is unknown color: approx Coriander. HEX triplet: BB, B3 and 85. RGB value is (187,179,133). Sum of RGB (Red+Green+Blue) = 187+179+133=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB385 is #444C7A. Grayscale: #B0B0B0. Windows color (decimal): -4476027 or 8762299. OLE color: 8762299.

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

Color convert

RGB187179133-
CMYK00.040.290.27
HSL51.11º28.42%62.75%-
HSV(B)51.11º28.88%73.33%-
XYZ40.8544.528.63-
YUV176.15103.65135.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=37.47%
G=35.87%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717913300.040.290.2751.1128.4262.75
HexBBB385041D1B331c3f
Octal273263205043533633477
Binary1011101110110011100001010100111011101111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB385; }

 p { color: rgb(187,179,133); }

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

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

 a { background-color: rgb(187,179,133); }

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

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

 span { border-color: rgb(187,179,133); }

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