#BBB485

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

Shades of Coriander #BBB485

Tints of Coriander #BBB485

Color information

#BBB485 (or 0xBBB485) is unknown color: approx Coriander. HEX triplet: BB, B4 and 85. RGB value is (187,180,133). Sum of RGB (Red+Green+Blue) = 187+180+133=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB485 is #444B7A. Grayscale: #B0B0B0. Windows color (decimal): -4475771 or 8762555. OLE color: 8762555.

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

Color convert

RGB187180133-
CMYK00.040.290.27
HSL52.22º28.42%62.75%-
HSV(B)52.22º28.88%73.33%-
XYZ41.0544.928.69-
YUV176.74103.32135.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=37.4%
G=36%
B=26.6%

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
Decimal18718013300.040.290.2752.2228.4262.75
HexBBB485041D1B341c3f
Octal273264205043533643477
Binary1011101110110100100001010100111011101111010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB485; }

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

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

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

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

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

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

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

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