#BBB48B

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

Shades of Coriander #BBB48B

Tints of Coriander #BBB48B

Color information

#BBB48B (or 0xBBB48B) is unknown color: approx Coriander. HEX triplet: BB, B4 and 8B. RGB value is (187,180,139). Sum of RGB (Red+Green+Blue) = 187+180+139=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB48B is #444B74. Grayscale: #B1B1B1. Windows color (decimal): -4475765 or 9155771. OLE color: 9155771.

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

Color convert

RGB187180139-
CMYK00.040.260.27
HSL51.25º26.09%63.92%-
HSV(B)51.25º25.67%73.33%-
XYZ41.4745.0730.94-
YUV177.42106.32134.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=36.96%
G=35.57%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718013900.040.260.2751.2526.0963.92
HexBBB48B041A1B331a40
Octal2732642130432336332100
Binary10111011101101001000101101001101011011110011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB48B; }

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

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

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

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

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

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

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

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